Html Css Color HEX #087CFD Dodger Blue

📋 copy color: '#087CFD'

red 8 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #087CFD

Tints of Dodger Blue #087CFD

RGB

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

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

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

R = 2.08%
G = 32.21%
B = 65.71%

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

#087CFD (or 0x087CFD) is known color: Dodger Blue. HEX triplet: 08, 7C and FD. RGB value is (8,124,253). Sum of RGB (Red+Green+Blue) = 8+124+253=385 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #087CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087CFD is #F78302. Grayscale: #676767. Windows color (decimal): -16220931 or 16612360. OLE color: 16612360.

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

Color convert

RGB 8 124 253 -
CMYK 0.97 0.51 0 0.01
HSL 211.59º 0.98% 0.51% -
HSV(B) 211.59º 0.97% 0.99% -
XYZ 25.04 21.56 95.77 -
YUV 104.02 212.07 59.51 -
System Red Green Blue C M Y K H S L
Decimal 8 124 253 0.97 0.51 0 0.01 211.59 0.98 0.51
Hex 8 7C FD 61 33 0 1 D4 62 33
Octal 10 174 375 141 63 0 1 324 142 63
Binary 1000 1111100 11111101 1100001 110011 0 1 11010100 1100010 110011

Color Harmonies of #087CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087CFD

Black with #087CFD

Text Example


Text Example

White with #087CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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