Html Css Color HEX #056CFF Dodger Blue

📋 copy color: '#056CFF'

red 5 ◦ green 108 ◦ blue 255

#056CFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #056CFF

Tints of Dodger Blue #056CFF

RGB

 RED value IS 5 (2.34% from 255) = 1.36%

 GREEN value IS 108 (42.58% from 255) = 29.35%

 BLUE value IS 255 (100% from 255) = 69.29%

R = 1.36%
G = 29.35%
B = 69.29%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#056CFF (or 0x056CFF) is known color: Dodger Blue. HEX triplet: 05, 6C and FF. RGB value is (5,108,255). Sum of RGB (Red+Green+Blue) = 5+108+255=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #056CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056CFF is #FA9300. Grayscale: #5D5D5D. Windows color (decimal): -16421633 or 16739333. OLE color: 16739333.

HSL color Cylindrical-coordinate representation of color #056CFF: hue angle of 215.28º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056CFF is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 5 108 255 -
CMYK 0.98 0.58 0 0
HSL 215.28º 1% 0.51% -
HSV(B) 215.28º 0.98% 1% -
XYZ 23.48 17.98 96.84 -
YUV 93.96 218.88 64.55 -
System Red Green Blue C M Y K H S L
Decimal 5 108 255 0.98 0.58 0 0 215.28 1 0.51
Hex 5 6C FF 62 3A 0 0 D7 64 33
Octal 5 154 377 142 72 0 0 327 144 63
Binary 101 1101100 11111111 1100010 111010 0 0 11010111 1100100 110011

Color Harmonies of #056CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CFF

Black with #056CFF

Text Example


Text Example

White with #056CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056CFF; }

 p { color: rgb(5,108,255); }

 H1.HeaderClassName
 {
   color: #056CFF;
 }
 .AnyTagClassName
 {
   color: #056CFF;
 }
</style>

background-color css

<style>
 a { background-color: #056CFF; }

 a { background-color: rgb(5,108,255); }

 div.DivClassName
 {
   background-color: #056CFF;
 }
 .BgClassName
 {
   background-color: #056CFF;
 }
</style>

border-color css

<style>
 span { border-color: #056CFF; }

 span { border-color: rgb(5,108,255); }

 td.TdClassName
 {
   border-color: #056CFF;
 }
 .TagClassName
 {
   border-color: #056CFF;
 }
</style>