Html Css Color HEX #056EFC Dodger Blue

📋 copy color: '#056EFC'

red 5 ◦ green 110 ◦ blue 252

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

Shades of Dodger Blue #056EFC

Tints of Dodger Blue #056EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.97%

 BLUE value IS 252 (98.83% from 255) = 68.66%

R = 1.36%
G = 29.97%
B = 68.66%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#056EFC (or 0x056EFC) is known color: Dodger Blue. HEX triplet: 05, 6E and FC. RGB value is (5,110,252). Sum of RGB (Red+Green+Blue) = 5+110+252=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #056EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056EFC is #FA9103. Grayscale: #5E5E5E. Windows color (decimal): -16421124 or 16543237. OLE color: 16543237.

HSL color Cylindrical-coordinate representation of color #056EFC: hue angle of 214.49º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056EFC is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 110 252 -
CMYK 0.98 0.56 0 0.01
HSL 214.49º 0.98% 0.5% -
HSV(B) 214.49º 0.98% 0.99% -
XYZ 23.21 18.21 94.39 -
YUV 94.79 216.71 63.95 -
System Red Green Blue C M Y K H S L
Decimal 5 110 252 0.98 0.56 0 0.01 214.49 0.98 0.5
Hex 5 6E FC 62 38 0 1 D6 62 32
Octal 5 156 374 142 70 0 1 326 142 62
Binary 101 1101110 11111100 1100010 111000 0 1 11010110 1100010 110010

Color Harmonies of #056EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056EFC

Black with #056EFC

Text Example


Text Example

White with #056EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,110,252); }

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

background-color css

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

 a { background-color: rgb(5,110,252); }

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

border-color css

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

 span { border-color: rgb(5,110,252); }

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