Html Css Color HEX #056CFE Dodger Blue

📋 copy color: '#056CFE'

red 5 ◦ green 108 ◦ blue 254

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

Shades of Dodger Blue #056CFE

Tints of Dodger Blue #056CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.21%

R = 1.36%
G = 29.43%
B = 69.21%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#056CFE (or 0x056CFE) is known color: Dodger Blue. HEX triplet: 05, 6C and FE. RGB value is (5,108,254). Sum of RGB (Red+Green+Blue) = 5+108+254=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #056CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056CFE is #FA9301. Grayscale: #5D5D5D. Windows color (decimal): -16421634 or 16673797. OLE color: 16673797.

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

Color convert

RGB 5 108 254 -
CMYK 0.98 0.57 0 0.00
HSL 215.18º 0.99% 0.51% -
HSV(B) 215.18º 0.98% 1% -
XYZ 23.31 17.91 95.99 -
YUV 93.85 218.38 64.63 -
System Red Green Blue C M Y K H S L
Decimal 5 108 254 0.98 0.57 0 0.00 215.18 0.99 0.51
Hex 5 6C FE 62 39 0 0 D7 63 33
Octal 5 154 376 142 71 0 0 327 143 63
Binary 101 1101100 11111110 1100010 111001 0 0 11010111 1100011 110011

Color Harmonies of #056CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CFE

Black with #056CFE

Text Example


Text Example

White with #056CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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