Html Css Color HEX #087DEC Dodger Blue

📋 copy color: '#087DEC'

red 8 ◦ green 125 ◦ blue 236

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

Shades of Dodger Blue #087DEC

Tints of Dodger Blue #087DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.88%

 BLUE value IS 236 (92.58% from 255) = 63.96%

R = 2.17%
G = 33.88%
B = 63.96%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#087DEC (or 0x087DEC) is known color: Dodger Blue. HEX triplet: 08, 7D and EC. RGB value is (8,125,236). Sum of RGB (Red+Green+Blue) = 8+125+236=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #087DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087DEC is #F78213. Grayscale: #666666. Windows color (decimal): -16220692 or 15498504. OLE color: 15498504.

HSL color Cylindrical-coordinate representation of color #087DEC: hue angle of 209.21º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087DEC is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 125 236 -
CMYK 0.97 0.47 0 0.07
HSL 209.21º 0.93% 0.48% -
HSV(B) 209.21º 0.97% 0.93% -
XYZ 22.57 20.77 82.18 -
YUV 102.67 203.24 60.47 -
System Red Green Blue C M Y K H S L
Decimal 8 125 236 0.97 0.47 0 0.07 209.21 0.93 0.48
Hex 8 7D EC 61 2F 0 7 D1 5D 30
Octal 10 175 354 141 57 0 7 321 135 60
Binary 1000 1111101 11101100 1100001 101111 0 111 11010001 1011101 110000

Color Harmonies of #087DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087DEC

Black with #087DEC

Text Example


Text Example

White with #087DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,125,236); }

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

background-color css

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

 a { background-color: rgb(8,125,236); }

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

border-color css

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

 span { border-color: rgb(8,125,236); }

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