Html Css Color HEX #008EF6 Dodger Blue

📋 copy color: '#008EF6'

red 0 ◦ green 142 ◦ blue 246

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

Shades of Dodger Blue #008EF6

Tints of Dodger Blue #008EF6

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 142 (55.86% from 255) = 36.6%

 BLUE value IS 246 (96.48% from 255) = 63.4%

R = 0%
G = 36.6%
B = 63.4%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#008EF6 (or 0x008EF6) is known color: Dodger Blue. HEX triplet: 00, 8E and F6. RGB value is (0,142,246). Sum of RGB (Red+Green+Blue) = 0+142+246=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 246 (96.48% from 255 or 63.40% from 388); Max value from RGB is 246 - color contains mainly: blue. Hex color #008EF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008EF6 is #FF7109. Grayscale: #6E6E6E. Windows color (decimal): -16740618 or 16158208. OLE color: 16158208.

HSL color Cylindrical-coordinate representation of color #008EF6: hue angle of 205.37º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EF6 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 0 142 246 -
CMYK 1 0.42 0 0.04
HSL 205.37º 1% 0.48% -
HSV(B) 205.37º 1% 0.96% -
XYZ 26.31 26 90.82 -
YUV 111.4 203.96 48.54 -
System Red Green Blue C M Y K H S L
Decimal 0 142 246 1 0.42 0 0.04 205.37 1 0.48
Hex 0 8E F6 64 2A 0 4 CD 64 30
Octal 0 216 366 144 52 0 4 315 144 60
Binary 0 10001110 11110110 1100100 101010 0 100 11001101 1100100 110000

Color Harmonies of #008EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008EF6

Black with #008EF6

Text Example


Text Example

White with #008EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008EF6; }

 p { color: rgb(0,142,246); }

 H1.HeaderClassName
 {
   color: #008EF6;
 }
 .AnyTagClassName
 {
   color: #008EF6;
 }
</style>

background-color css

<style>
 a { background-color: #008EF6; }

 a { background-color: rgb(0,142,246); }

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

border-color css

<style>
 span { border-color: #008EF6; }

 span { border-color: rgb(0,142,246); }

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