Html Css Color HEX #056FFE Dodger Blue

📋 copy color: '#056FFE'

red 5 ◦ green 111 ◦ blue 254

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

Shades of Dodger Blue #056FFE

Tints of Dodger Blue #056FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

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

R = 1.35%
G = 30%
B = 68.65%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#056FFE (or 0x056FFE) is known color: Dodger Blue. HEX triplet: 05, 6F and FE. RGB value is (5,111,254). Sum of RGB (Red+Green+Blue) = 5+111+254=370 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #056FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056FFE is #FA9001. Grayscale: #5E5E5E. Windows color (decimal): -16420866 or 16674565. OLE color: 16674565.

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

Color convert

RGB 5 111 254 -
CMYK 0.98 0.56 0 0.00
HSL 214.46º 0.99% 0.51% -
HSV(B) 214.46º 0.98% 1% -
XYZ 23.64 18.56 96.1 -
YUV 95.61 217.38 63.37 -
System Red Green Blue C M Y K H S L
Decimal 5 111 254 0.98 0.56 0 0.00 214.46 0.99 0.51
Hex 5 6F FE 62 38 0 0 D6 63 33
Octal 5 157 376 142 70 0 0 326 143 63
Binary 101 1101111 11111110 1100010 111000 0 0 11010110 1100011 110011

Color Harmonies of #056FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056FFE

Black with #056FFE

Text Example


Text Example

White with #056FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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