Html Css Color HEX #087BF7 Dodger Blue

📋 copy color: '#087BF7'

red 8 ◦ green 123 ◦ blue 247

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

Shades of Dodger Blue #087BF7

Tints of Dodger Blue #087BF7

RGB

 RED value IS 8 (3.52% from 255) = 2.12%

 GREEN value IS 123 (48.44% from 255) = 32.54%

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

R = 2.12%
G = 32.54%
B = 65.34%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#087BF7 (or 0x087BF7) is known color: Dodger Blue. HEX triplet: 08, 7B and F7. RGB value is (8,123,247). Sum of RGB (Red+Green+Blue) = 8+123+247=378 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 247 (96.88% from 255 or 65.34% from 378); Max value from RGB is 247 - color contains mainly: blue. Hex color #087BF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087BF7 is #F78408. Grayscale: #666666. Windows color (decimal): -16221193 or 16218888. OLE color: 16218888.

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

Color convert

RGB 8 123 247 -
CMYK 0.97 0.50 0 0.03
HSL 211.13º 0.94% 0.5% -
HSV(B) 211.13º 0.97% 0.97% -
XYZ 23.97 20.93 90.77 -
YUV 102.75 209.4 60.42 -
System Red Green Blue C M Y K H S L
Decimal 8 123 247 0.97 0.50 0 0.03 211.13 0.94 0.5
Hex 8 7B F7 61 32 0 3 D3 5E 32
Octal 10 173 367 141 62 0 3 323 136 62
Binary 1000 1111011 11110111 1100001 110010 0 11 11010011 1011110 110010

Color Harmonies of #087BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087BF7

Black with #087BF7

Text Example


Text Example

White with #087BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,123,247); }

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

background-color css

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

 a { background-color: rgb(8,123,247); }

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

border-color css

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

 span { border-color: rgb(8,123,247); }

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