Html Css Color HEX #008CF9 Dodger Blue

📋 copy color: '#008CF9'

red 0 ◦ green 140 ◦ blue 249

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

Shades of Dodger Blue #008CF9

Tints of Dodger Blue #008CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 64.01%

R = 0%
G = 35.99%
B = 64.01%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#008CF9 (or 0x008CF9) is known color: Dodger Blue. HEX triplet: 00, 8C and F9. RGB value is (0,140,249). Sum of RGB (Red+Green+Blue) = 0+140+249=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 249 (97.66% from 255 or 64.01% from 389); Max value from RGB is 249 - color contains mainly: blue. Hex color #008CF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008CF9 is #FF7306. Grayscale: #6D6D6D. Windows color (decimal): -16741127 or 16354304. OLE color: 16354304.

HSL color Cylindrical-coordinate representation of color #008CF9: hue angle of 206.27º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CF9 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 140 249 -
CMYK 1 0.44 0 0.02
HSL 206.27º 1% 0.49% -
HSV(B) 206.27º 1% 0.98% -
XYZ 26.48 25.6 93.17 -
YUV 110.57 206.12 49.14 -
System Red Green Blue C M Y K H S L
Decimal 0 140 249 1 0.44 0 0.02 206.27 1 0.49
Hex 0 8C F9 64 2C 0 2 CE 64 31
Octal 0 214 371 144 54 0 2 316 144 61
Binary 0 10001100 11111001 1100100 101100 0 10 11001110 1100100 110001

Color Harmonies of #008CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CF9

Black with #008CF9

Text Example


Text Example

White with #008CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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