Html Css Color HEX #087FFA Dodger Blue

📋 copy color: '#087FFA'

red 8 ◦ green 127 ◦ blue 250

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

Shades of Dodger Blue #087FFA

Tints of Dodger Blue #087FFA

RGB

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

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

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

R = 2.08%
G = 32.99%
B = 64.94%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#087FFA (or 0x087FFA) is known color: Dodger Blue. HEX triplet: 08, 7F and FA. RGB value is (8,127,250). Sum of RGB (Red+Green+Blue) = 8+127+250=385 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #087FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087FFA is #F78005. Grayscale: #686868. Windows color (decimal): -16220166 or 16416520. OLE color: 16416520.

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

Color convert

RGB 8 127 250 -
CMYK 0.97 0.49 0 0.02
HSL 210.5º 0.96% 0.51% -
HSV(B) 210.5º 0.97% 0.98% -
XYZ 24.94 22.13 93.4 -
YUV 105.44 209.58 58.5 -
System Red Green Blue C M Y K H S L
Decimal 8 127 250 0.97 0.49 0 0.02 210.5 0.96 0.51
Hex 8 7F FA 61 31 0 2 D2 60 33
Octal 10 177 372 141 61 0 2 322 140 63
Binary 1000 1111111 11111010 1100001 110001 0 10 11010010 1100000 110011

Color Harmonies of #087FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FFA

Black with #087FFA

Text Example


Text Example

White with #087FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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