Html Css Color HEX #087CFC Dodger Blue

📋 copy color: '#087CFC'

red 8 ◦ green 124 ◦ blue 252

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

Shades of Dodger Blue #087CFC

Tints of Dodger Blue #087CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.29%

 BLUE value IS 252 (98.83% from 255) = 65.63%

R = 2.08%
G = 32.29%
B = 65.63%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#087CFC (or 0x087CFC) is known color: Dodger Blue. HEX triplet: 08, 7C and FC. RGB value is (8,124,252). Sum of RGB (Red+Green+Blue) = 8+124+252=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #087CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087CFC is #F78303. Grayscale: #676767. Windows color (decimal): -16220932 or 16546824. OLE color: 16546824.

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

Color convert

RGB 8 124 252 -
CMYK 0.97 0.51 0 0.01
HSL 211.48º 0.98% 0.51% -
HSV(B) 211.48º 0.97% 0.99% -
XYZ 24.88 21.5 94.93 -
YUV 103.91 211.57 59.59 -
System Red Green Blue C M Y K H S L
Decimal 8 124 252 0.97 0.51 0 0.01 211.48 0.98 0.51
Hex 8 7C FC 61 33 0 1 D3 62 33
Octal 10 174 374 141 63 0 1 323 142 63
Binary 1000 1111100 11111100 1100001 110011 0 1 11010011 1100010 110011

Color Harmonies of #087CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087CFC

Black with #087CFC

Text Example


Text Example

White with #087CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,124,252); }

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

background-color css

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

 a { background-color: rgb(8,124,252); }

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

border-color css

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

 span { border-color: rgb(8,124,252); }

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