Html Css Color HEX #008FFF Dodger Blue

📋 copy color: '#008FFF'

red 0 ◦ green 143 ◦ blue 255

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

Shades of Dodger Blue #008FFF

Tints of Dodger Blue #008FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.93%

 BLUE value IS 255 (100% from 255) = 64.07%

R = 0%
G = 35.93%
B = 64.07%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#008FFF (or 0x008FFF) is known color: Dodger Blue. HEX triplet: 00, 8F and FF. RGB value is (0,143,255). Sum of RGB (Red+Green+Blue) = 0+143+255=398 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #008FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008FFF is #FF7000. Grayscale: #707070. Windows color (decimal): -16740353 or 16748288. OLE color: 16748288.

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

Color convert

RGB 0 143 255 -
CMYK 1 0.44 0 0
HSL 206.35º 1% 0.5% -
HSV(B) 206.35º 1% 1% -
XYZ 27.87 26.86 98.32 -
YUV 113.01 208.12 47.39 -
System Red Green Blue C M Y K H S L
Decimal 0 143 255 1 0.44 0 0 206.35 1 0.5
Hex 0 8F FF 64 2C 0 0 CE 64 32
Octal 0 217 377 144 54 0 0 316 144 62
Binary 0 10001111 11111111 1100100 101100 0 0 11001110 1100100 110010

Color Harmonies of #008FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008FFF

Black with #008FFF

Text Example


Text Example

White with #008FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,143,255); }

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

background-color css

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

 a { background-color: rgb(0,143,255); }

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

border-color css

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

 span { border-color: rgb(0,143,255); }

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