Html Css Color HEX #008BF7 Dodger Blue

📋 copy color: '#008BF7'

red 0 ◦ green 139 ◦ blue 247

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

Shades of Dodger Blue #008BF7

Tints of Dodger Blue #008BF7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.01%

 BLUE value IS 247 (96.88% from 255) = 63.99%

R = 0%
G = 36.01%
B = 63.99%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#008BF7 (or 0x008BF7) is known color: Dodger Blue. HEX triplet: 00, 8B and F7. RGB value is (0,139,247). Sum of RGB (Red+Green+Blue) = 0+139+247=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 247 (96.88% from 255 or 63.99% from 386); Max value from RGB is 247 - color contains mainly: blue. Hex color #008BF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008BF7 is #FF7408. Grayscale: #6D6D6D. Windows color (decimal): -16741385 or 16222976. OLE color: 16222976.

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

Color convert

RGB 0 139 247 -
CMYK 1 0.44 0 0.03
HSL 206.23º 1% 0.48% -
HSV(B) 206.23º 1% 0.97% -
XYZ 26.02 25.18 91.48 -
YUV 109.75 205.45 49.72 -
System Red Green Blue C M Y K H S L
Decimal 0 139 247 1 0.44 0 0.03 206.23 1 0.48
Hex 0 8B F7 64 2C 0 3 CE 64 30
Octal 0 213 367 144 54 0 3 316 144 60
Binary 0 10001011 11110111 1100100 101100 0 11 11001110 1100100 110000

Color Harmonies of #008BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BF7

Black with #008BF7

Text Example


Text Example

White with #008BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,139,247); }

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

background-color css

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

 a { background-color: rgb(0,139,247); }

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

border-color css

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

 span { border-color: rgb(0,139,247); }

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