Html Css Color HEX #087DFF Dodger Blue

📋 copy color: '#087DFF'

red 8 ◦ green 125 ◦ blue 255

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

Shades of Dodger Blue #087DFF

Tints of Dodger Blue #087DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.72%

R = 2.06%
G = 32.22%
B = 65.72%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#087DFF (or 0x087DFF) is known color: Dodger Blue. HEX triplet: 08, 7D and FF. RGB value is (8,125,255). Sum of RGB (Red+Green+Blue) = 8+125+255=388 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #087DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087DFF is #F78200. Grayscale: #686868. Windows color (decimal): -16220673 or 16743688. OLE color: 16743688.

HSL color Cylindrical-coordinate representation of color #087DFF: hue angle of 211.58º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087DFF is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 125 255 -
CMYK 0.97 0.51 0 0
HSL 211.58º 1% 0.52% -
HSV(B) 211.58º 0.97% 1% -
XYZ 25.48 21.94 97.5 -
YUV 104.84 212.74 58.93 -
System Red Green Blue C M Y K H S L
Decimal 8 125 255 0.97 0.51 0 0 211.58 1 0.52
Hex 8 7D FF 61 33 0 0 D4 64 34
Octal 10 175 377 141 63 0 0 324 144 64
Binary 1000 1111101 11111111 1100001 110011 0 0 11010100 1100100 110100

Color Harmonies of #087DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087DFF

Black with #087DFF

Text Example


Text Example

White with #087DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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