Html Css Color HEX #056EFE Dodger Blue

📋 copy color: '#056EFE'

red 5 ◦ green 110 ◦ blue 254

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

Shades of Dodger Blue #056EFE

Tints of Dodger Blue #056EFE

RGB

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

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

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

R = 1.36%
G = 29.81%
B = 68.83%

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

#056EFE (or 0x056EFE) is known color: Dodger Blue. HEX triplet: 05, 6E and FE. RGB value is (5,110,254). Sum of RGB (Red+Green+Blue) = 5+110+254=369 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #056EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056EFE is #FA9101. Grayscale: #5E5E5E. Windows color (decimal): -16421122 or 16674309. OLE color: 16674309.

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

Color convert

RGB 5 110 254 -
CMYK 0.98 0.57 0 0.00
HSL 214.7º 0.99% 0.51% -
HSV(B) 214.7º 0.98% 1% -
XYZ 23.53 18.34 96.07 -
YUV 95.02 217.71 63.79 -
System Red Green Blue C M Y K H S L
Decimal 5 110 254 0.98 0.57 0 0.00 214.7 0.99 0.51
Hex 5 6E FE 62 39 0 0 D7 63 33
Octal 5 156 376 142 71 0 0 327 143 63
Binary 101 1101110 11111110 1100010 111001 0 0 11010111 1100011 110011

Color Harmonies of #056EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056EFE

Black with #056EFE

Text Example


Text Example

White with #056EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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