Html Css Color HEX #087EFC Dodger Blue

📋 copy color: '#087EFC'

red 8 ◦ green 126 ◦ blue 252

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

Shades of Dodger Blue #087EFC

Tints of Dodger Blue #087EFC

RGB

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

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

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

R = 2.07%
G = 32.64%
B = 65.28%

CMYK

 C value IS 0.97

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#087EFC (or 0x087EFC) is known color: Dodger Blue. HEX triplet: 08, 7E and FC. RGB value is (8,126,252). Sum of RGB (Red+Green+Blue) = 8+126+252=386 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #087EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087EFC is #F78103. Grayscale: #686868. Windows color (decimal): -16220420 or 16547336. OLE color: 16547336.

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

Color convert

RGB 8 126 252 -
CMYK 0.97 0.5 0 0.01
HSL 210.98º 0.98% 0.51% -
HSV(B) 210.98º 0.97% 0.99% -
XYZ 25.13 22 95.02 -
YUV 105.08 210.91 58.75 -
System Red Green Blue C M Y K H S L
Decimal 8 126 252 0.97 0.5 0 0.01 210.98 0.98 0.51
Hex 8 7E FC 61 32 0 1 D3 62 33
Octal 10 176 374 141 62 0 1 323 142 63
Binary 1000 1111110 11111100 1100001 110010 0 1 11010011 1100010 110011

Color Harmonies of #087EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087EFC

Black with #087EFC

Text Example


Text Example

White with #087EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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