Html Css Color HEX #087EFA Dodger Blue

📋 copy color: '#087EFA'

red 8 ◦ green 126 ◦ blue 250

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

Shades of Dodger Blue #087EFA

Tints of Dodger Blue #087EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.1%

R = 2.08%
G = 32.81%
B = 65.1%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#087EFA (or 0x087EFA) is known color: Dodger Blue. HEX triplet: 08, 7E and FA. RGB value is (8,126,250). Sum of RGB (Red+Green+Blue) = 8+126+250=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #087EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087EFA is #F78105. Grayscale: #686868. Windows color (decimal): -16220422 or 16416264. OLE color: 16416264.

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

Color convert

RGB 8 126 250 -
CMYK 0.97 0.50 0 0.02
HSL 210.74º 0.96% 0.51% -
HSV(B) 210.74º 0.97% 0.98% -
XYZ 24.82 21.88 93.36 -
YUV 104.85 209.91 58.92 -
System Red Green Blue C M Y K H S L
Decimal 8 126 250 0.97 0.50 0 0.02 210.74 0.96 0.51
Hex 8 7E FA 61 32 0 2 D3 60 33
Octal 10 176 372 141 62 0 2 323 140 63
Binary 1000 1111110 11111010 1100001 110010 0 10 11010011 1100000 110011

Color Harmonies of #087EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087EFA

Black with #087EFA

Text Example


Text Example

White with #087EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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