Html Css Color HEX #087EFD Dodger Blue

📋 copy color: '#087EFD'

red 8 ◦ green 126 ◦ blue 253

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

Shades of Dodger Blue #087EFD

Tints of Dodger Blue #087EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.56%

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

R = 2.07%
G = 32.56%
B = 65.37%

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

#087EFD (or 0x087EFD) is known color: Dodger Blue. HEX triplet: 08, 7E and FD. RGB value is (8,126,253). Sum of RGB (Red+Green+Blue) = 8+126+253=387 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #087EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087EFD is #F78102. Grayscale: #686868. Windows color (decimal): -16220419 or 16612872. OLE color: 16612872.

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

Color convert

RGB 8 126 253 -
CMYK 0.97 0.50 0 0.01
HSL 211.1º 0.98% 0.51% -
HSV(B) 211.1º 0.97% 0.99% -
XYZ 25.29 22.07 95.85 -
YUV 105.2 211.41 58.67 -
System Red Green Blue C M Y K H S L
Decimal 8 126 253 0.97 0.50 0 0.01 211.1 0.98 0.51
Hex 8 7E FD 61 32 0 1 D3 62 33
Octal 10 176 375 141 62 0 1 323 142 63
Binary 1000 1111110 11111101 1100001 110010 0 1 11010011 1100010 110011

Color Harmonies of #087EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087EFD

Black with #087EFD

Text Example


Text Example

White with #087EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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