Html Css Color HEX #056AFE Dodger Blue

📋 copy color: '#056AFE'

red 5 ◦ green 106 ◦ blue 254

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

Shades of Dodger Blue #056AFE

Tints of Dodger Blue #056AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.04%

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

R = 1.37%
G = 29.04%
B = 69.59%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#056AFE (or 0x056AFE) is known color: Dodger Blue. HEX triplet: 05, 6A and FE. RGB value is (5,106,254). Sum of RGB (Red+Green+Blue) = 5+106+254=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #056AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056AFE is #FA9501. Grayscale: #5B5B5B. Windows color (decimal): -16422146 or 16673285. OLE color: 16673285.

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

Color convert

RGB 5 106 254 -
CMYK 0.98 0.58 0 0.00
HSL 215.66º 0.99% 0.51% -
HSV(B) 215.66º 0.98% 1% -
XYZ 23.11 17.5 95.93 -
YUV 92.67 219.04 65.47 -
System Red Green Blue C M Y K H S L
Decimal 5 106 254 0.98 0.58 0 0.00 215.66 0.99 0.51
Hex 5 6A FE 62 3A 0 0 D8 63 33
Octal 5 152 376 142 72 0 0 330 143 63
Binary 101 1101010 11111110 1100010 111010 0 0 11011000 1100011 110011

Color Harmonies of #056AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056AFE

Black with #056AFE

Text Example


Text Example

White with #056AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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