Html Css Color HEX #008CF6 Dodger Blue

📋 copy color: '#008CF6'

red 0 ◦ green 140 ◦ blue 246

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

Shades of Dodger Blue #008CF6

Tints of Dodger Blue #008CF6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.27%

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

R = 0%
G = 36.27%
B = 63.73%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#008CF6 (or 0x008CF6) is known color: Dodger Blue. HEX triplet: 00, 8C and F6. RGB value is (0,140,246). Sum of RGB (Red+Green+Blue) = 0+140+246=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 246 (96.48% from 255 or 63.73% from 386); Max value from RGB is 246 - color contains mainly: blue. Hex color #008CF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008CF6 is #FF7309. Grayscale: #6D6D6D. Windows color (decimal): -16741130 or 16157696. OLE color: 16157696.

HSL color Cylindrical-coordinate representation of color #008CF6: hue angle of 205.85º 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 #008CF6 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 0 140 246 -
CMYK 1 0.43 0 0.04
HSL 205.85º 1% 0.48% -
HSV(B) 205.85º 1% 0.96% -
XYZ 26.01 25.41 90.72 -
YUV 110.22 204.62 49.38 -
System Red Green Blue C M Y K H S L
Decimal 0 140 246 1 0.43 0 0.04 205.85 1 0.48
Hex 0 8C F6 64 2B 0 4 CE 64 30
Octal 0 214 366 144 53 0 4 316 144 60
Binary 0 10001100 11110110 1100100 101011 0 100 11001110 1100100 110000

Color Harmonies of #008CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CF6

Black with #008CF6

Text Example


Text Example

White with #008CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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