Html Css Color HEX #087EFF Dodger Blue

📋 copy color: '#087EFF'

red 8 ◦ green 126 ◦ blue 255

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

Shades of Dodger Blue #087EFF

Tints of Dodger Blue #087EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.39%

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

R = 2.06%
G = 32.39%
B = 65.55%

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

#087EFF (or 0x087EFF) is known color: Dodger Blue. HEX triplet: 08, 7E and FF. RGB value is (8,126,255). Sum of RGB (Red+Green+Blue) = 8+126+255=389 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #087EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087EFF is #F78100. Grayscale: #686868. Windows color (decimal): -16220417 or 16743944. OLE color: 16743944.

HSL color Cylindrical-coordinate representation of color #087EFF: hue angle of 211.34º 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 #087EFF is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 126 255 -
CMYK 0.97 0.51 0 0
HSL 211.34º 1% 0.52% -
HSV(B) 211.34º 0.97% 1% -
XYZ 25.61 22.19 97.54 -
YUV 105.42 212.41 58.51 -
System Red Green Blue C M Y K H S L
Decimal 8 126 255 0.97 0.51 0 0 211.34 1 0.52
Hex 8 7E FF 61 33 0 0 D3 64 34
Octal 10 176 377 141 63 0 0 323 144 64
Binary 1000 1111110 11111111 1100001 110011 0 0 11010011 1100100 110100

Color Harmonies of #087EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087EFF

Black with #087EFF

Text Example


Text Example

White with #087EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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