Html Css Color HEX #008DFB Dodger Blue

📋 copy color: '#008DFB'

red 0 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #008DFB

Tints of Dodger Blue #008DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.03%

R = 0%
G = 35.97%
B = 64.03%

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

#008DFB (or 0x008DFB) is known color: Dodger Blue. HEX triplet: 00, 8D and FB. RGB value is (0,141,251). Sum of RGB (Red+Green+Blue) = 0+141+251=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #008DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008DFB is #FF7204. Grayscale: #6E6E6E. Windows color (decimal): -16740869 or 16485632. OLE color: 16485632.

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

Color convert

RGB 0 141 251 -
CMYK 1 0.44 0 0.02
HSL 206.29º 1% 0.49% -
HSV(B) 206.29º 1% 0.98% -
XYZ 26.94 26.01 94.87 -
YUV 111.38 206.79 48.56 -
System Red Green Blue C M Y K H S L
Decimal 0 141 251 1 0.44 0 0.02 206.29 1 0.49
Hex 0 8D FB 64 2C 0 2 CE 64 31
Octal 0 215 373 144 54 0 2 316 144 61
Binary 0 10001101 11111011 1100100 101100 0 10 11001110 1100100 110001

Color Harmonies of #008DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DFB

Black with #008DFB

Text Example


Text Example

White with #008DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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