Html Css Color HEX #087BF5 Dodger Blue

📋 copy color: '#087BF5'

red 8 ◦ green 123 ◦ blue 245

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

Shades of Dodger Blue #087BF5

Tints of Dodger Blue #087BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 65.16%

R = 2.13%
G = 32.71%
B = 65.16%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#087BF5 (or 0x087BF5) is known color: Dodger Blue. HEX triplet: 08, 7B and F5. RGB value is (8,123,245). Sum of RGB (Red+Green+Blue) = 8+123+245=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 245 (96.09% from 255 or 65.16% from 376); Max value from RGB is 245 - color contains mainly: blue. Hex color #087BF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087BF5 is #F7840A. Grayscale: #656565. Windows color (decimal): -16221195 or 16087816. OLE color: 16087816.

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

Color convert

RGB 8 123 245 -
CMYK 0.97 0.50 0 0.04
HSL 210.89º 0.94% 0.5% -
HSV(B) 210.89º 0.97% 0.96% -
XYZ 23.66 20.81 89.16 -
YUV 102.52 208.4 60.58 -
System Red Green Blue C M Y K H S L
Decimal 8 123 245 0.97 0.50 0 0.04 210.89 0.94 0.5
Hex 8 7B F5 61 32 0 4 D3 5E 32
Octal 10 173 365 141 62 0 4 323 136 62
Binary 1000 1111011 11110101 1100001 110010 0 100 11010011 1011110 110010

Color Harmonies of #087BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087BF5

Black with #087BF5

Text Example


Text Example

White with #087BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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