Html Css Color HEX #087FFD Dodger Blue

📋 copy color: '#087FFD'

red 8 ◦ green 127 ◦ blue 253

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

Shades of Dodger Blue #087FFD

Tints of Dodger Blue #087FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.21%

R = 2.06%
G = 32.73%
B = 65.21%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#087FFD (or 0x087FFD) is known color: Dodger Blue. HEX triplet: 08, 7F and FD. RGB value is (8,127,253). Sum of RGB (Red+Green+Blue) = 8+127+253=388 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #087FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087FFD is #F78002. Grayscale: #696969. Windows color (decimal): -16220163 or 16613128. OLE color: 16613128.

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

Color convert

RGB 8 127 253 -
CMYK 0.97 0.50 0 0.01
HSL 210.86º 0.98% 0.51% -
HSV(B) 210.86º 0.97% 0.99% -
XYZ 25.42 22.32 95.9 -
YUV 105.78 211.08 58.25 -
System Red Green Blue C M Y K H S L
Decimal 8 127 253 0.97 0.50 0 0.01 210.86 0.98 0.51
Hex 8 7F FD 61 32 0 1 D3 62 33
Octal 10 177 375 141 62 0 1 323 142 63
Binary 1000 1111111 11111101 1100001 110010 0 1 11010011 1100010 110011

Color Harmonies of #087FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FFD

Black with #087FFD

Text Example


Text Example

White with #087FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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