Html Css Color HEX #087DFD Dodger Blue

📋 copy color: '#087DFD'

red 8 ◦ green 125 ◦ blue 253

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

Shades of Dodger Blue #087DFD

Tints of Dodger Blue #087DFD

RGB

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

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

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

R = 2.07%
G = 32.38%
B = 65.54%

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

#087DFD (or 0x087DFD) is known color: Dodger Blue. HEX triplet: 08, 7D and FD. RGB value is (8,125,253). Sum of RGB (Red+Green+Blue) = 8+125+253=386 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #087DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087DFD is #F78202. Grayscale: #676767. Windows color (decimal): -16220675 or 16612616. OLE color: 16612616.

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

Color convert

RGB 8 125 253 -
CMYK 0.97 0.51 0 0.01
HSL 211.35º 0.98% 0.51% -
HSV(B) 211.35º 0.97% 0.99% -
XYZ 25.16 21.81 95.81 -
YUV 104.61 211.74 59.09 -
System Red Green Blue C M Y K H S L
Decimal 8 125 253 0.97 0.51 0 0.01 211.35 0.98 0.51
Hex 8 7D FD 61 33 0 1 D3 62 33
Octal 10 175 375 141 63 0 1 323 142 63
Binary 1000 1111101 11111101 1100001 110011 0 1 11010011 1100010 110011

Color Harmonies of #087DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087DFD

Black with #087DFD

Text Example


Text Example

White with #087DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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