Html Css Color HEX #087DFC Dodger Blue

📋 copy color: '#087DFC'

red 8 ◦ green 125 ◦ blue 252

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

Shades of Dodger Blue #087DFC

Tints of Dodger Blue #087DFC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.47%

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

R = 2.08%
G = 32.47%
B = 65.45%

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

#087DFC (or 0x087DFC) is known color: Dodger Blue. HEX triplet: 08, 7D and FC. RGB value is (8,125,252). Sum of RGB (Red+Green+Blue) = 8+125+252=385 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #087DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087DFC is #F78203. Grayscale: #676767. Windows color (decimal): -16220676 or 16547080. OLE color: 16547080.

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

Color convert

RGB 8 125 252 -
CMYK 0.97 0.50 0 0.01
HSL 211.23º 0.98% 0.51% -
HSV(B) 211.23º 0.97% 0.99% -
XYZ 25 21.75 94.98 -
YUV 104.5 211.24 59.17 -
System Red Green Blue C M Y K H S L
Decimal 8 125 252 0.97 0.50 0 0.01 211.23 0.98 0.51
Hex 8 7D FC 61 32 0 1 D3 62 33
Octal 10 175 374 141 62 0 1 323 142 63
Binary 1000 1111101 11111100 1100001 110010 0 1 11010011 1100010 110011

Color Harmonies of #087DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087DFC

Black with #087DFC

Text Example


Text Example

White with #087DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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