Html Css Color HEX #056EF8 Dodger Blue

📋 copy color: '#056EF8'

red 5 ◦ green 110 ◦ blue 248

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

Shades of Dodger Blue #056EF8

Tints of Dodger Blue #056EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 68.32%

R = 1.38%
G = 30.3%
B = 68.32%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#056EF8 (or 0x056EF8) is known color: Dodger Blue. HEX triplet: 05, 6E and F8. RGB value is (5,110,248). Sum of RGB (Red+Green+Blue) = 5+110+248=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 248 (97.27% from 255 or 68.32% from 363); Max value from RGB is 248 - color contains mainly: blue. Hex color #056EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056EF8 is #FA9107. Grayscale: #5D5D5D. Windows color (decimal): -16421128 or 16281093. OLE color: 16281093.

HSL color Cylindrical-coordinate representation of color #056EF8: hue angle of 214.07º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056EF8 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 5 110 248 -
CMYK 0.98 0.56 0 0.03
HSL 214.07º 0.96% 0.5% -
HSV(B) 214.07º 0.98% 0.97% -
XYZ 22.58 17.96 91.08 -
YUV 94.34 214.71 64.28 -
System Red Green Blue C M Y K H S L
Decimal 5 110 248 0.98 0.56 0 0.03 214.07 0.96 0.5
Hex 5 6E F8 62 38 0 3 D6 60 32
Octal 5 156 370 142 70 0 3 326 140 62
Binary 101 1101110 11111000 1100010 111000 0 11 11010110 1100000 110010

Color Harmonies of #056EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056EF8

Black with #056EF8

Text Example


Text Example

White with #056EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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