Html Css Color HEX #087FEA Dodger Blue

📋 copy color: '#087FEA'

red 8 ◦ green 127 ◦ blue 234

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

Shades of Dodger Blue #087FEA

Tints of Dodger Blue #087FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 34.42%

 BLUE value IS 234 (91.8% from 255) = 63.41%

R = 2.17%
G = 34.42%
B = 63.41%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#087FEA (or 0x087FEA) is known color: Dodger Blue. HEX triplet: 08, 7F and EA. RGB value is (8,127,234). Sum of RGB (Red+Green+Blue) = 8+127+234=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #087FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087FEA is #F78015. Grayscale: #676767. Windows color (decimal): -16220182 or 15367944. OLE color: 15367944.

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

Color convert

RGB 8 127 234 -
CMYK 0.97 0.46 0 0.08
HSL 208.41º 0.93% 0.47% -
HSV(B) 208.41º 0.97% 0.92% -
XYZ 22.54 21.17 80.74 -
YUV 103.62 201.58 59.8 -
System Red Green Blue C M Y K H S L
Decimal 8 127 234 0.97 0.46 0 0.08 208.41 0.93 0.47
Hex 8 7F EA 61 2E 0 8 D0 5D 2F
Octal 10 177 352 141 56 0 10 320 135 57
Binary 1000 1111111 11101010 1100001 101110 0 1000 11010000 1011101 101111

Color Harmonies of #087FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FEA

Black with #087FEA

Text Example


Text Example

White with #087FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,127,234); }

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

background-color css

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

 a { background-color: rgb(8,127,234); }

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

border-color css

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

 span { border-color: rgb(8,127,234); }

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