Html Css Color HEX #056CFC Dodger Blue

📋 copy color: '#056CFC'

red 5 ◦ green 108 ◦ blue 252

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

Shades of Dodger Blue #056CFC

Tints of Dodger Blue #056CFC

RGB

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

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

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

R = 1.37%
G = 29.59%
B = 69.04%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#056CFC (or 0x056CFC) is known color: Dodger Blue. HEX triplet: 05, 6C and FC. RGB value is (5,108,252). Sum of RGB (Red+Green+Blue) = 5+108+252=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #056CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056CFC is #FA9303. Grayscale: #5C5C5C. Windows color (decimal): -16421636 or 16542725. OLE color: 16542725.

HSL color Cylindrical-coordinate representation of color #056CFC: hue angle of 214.98º 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 #056CFC is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 108 252 -
CMYK 0.98 0.57 0 0.01
HSL 214.98º 0.98% 0.5% -
HSV(B) 214.98º 0.98% 0.99% -
XYZ 23 17.79 94.32 -
YUV 93.62 217.38 64.79 -
System Red Green Blue C M Y K H S L
Decimal 5 108 252 0.98 0.57 0 0.01 214.98 0.98 0.5
Hex 5 6C FC 62 39 0 1 D7 62 32
Octal 5 154 374 142 71 0 1 327 142 62
Binary 101 1101100 11111100 1100010 111001 0 1 11010111 1100010 110010

Color Harmonies of #056CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CFC

Black with #056CFC

Text Example


Text Example

White with #056CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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