Html Css Color HEX #008DFE Dodger Blue

📋 copy color: '#008DFE'

red 0 ◦ green 141 ◦ blue 254

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

Shades of Dodger Blue #008DFE

Tints of Dodger Blue #008DFE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.7%

 BLUE value IS 254 (99.61% from 255) = 64.3%

R = 0%
G = 35.7%
B = 64.3%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#008DFE (or 0x008DFE) is known color: Dodger Blue. HEX triplet: 00, 8D and FE. RGB value is (0,141,254). Sum of RGB (Red+Green+Blue) = 0+141+254=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #008DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008DFE is #FF7201. Grayscale: #6F6F6F. Windows color (decimal): -16740866 or 16682240. OLE color: 16682240.

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

Color convert

RGB 0 141 254 -
CMYK 1 0.44 0 0.00
HSL 206.69º 1% 0.5% -
HSV(B) 206.69º 1% 1% -
XYZ 27.41 26.21 97.38 -
YUV 111.72 208.29 48.31 -
System Red Green Blue C M Y K H S L
Decimal 0 141 254 1 0.44 0 0.00 206.69 1 0.5
Hex 0 8D FE 64 2C 0 0 CF 64 32
Octal 0 215 376 144 54 0 0 317 144 62
Binary 0 10001101 11111110 1100100 101100 0 0 11001111 1100100 110010

Color Harmonies of #008DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DFE

Black with #008DFE

Text Example


Text Example

White with #008DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,141,254); }

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

background-color css

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

 a { background-color: rgb(0,141,254); }

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

border-color css

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

 span { border-color: rgb(0,141,254); }

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