Html Css Color HEX #0A87EB Dodger Blue

📋 copy color: '#0A87EB'

red 10 ◦ green 135 ◦ blue 235

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

Shades of Dodger Blue #0A87EB

Tints of Dodger Blue #0A87EB

RGB

 RED value IS 10 (4.3% from 255) = 2.63%

 GREEN value IS 135 (53.13% from 255) = 35.53%

 BLUE value IS 235 (92.19% from 255) = 61.84%

R = 2.63%
G = 35.53%
B = 61.84%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0A87EB (or 0x0A87EB) is known color: Dodger Blue. HEX triplet: 0A, 87 and EB. RGB value is (10,135,235). Sum of RGB (Red+Green+Blue) = 10+135+235=380 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.63% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A87EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A87EB is #F57814. Grayscale: #6C6C6C. Windows color (decimal): -16087061 or 15435530. OLE color: 15435530.

HSL color Cylindrical-coordinate representation of color #0A87EB: hue angle of 206.67º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A87EB is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 10 135 235 -
CMYK 0.96 0.43 0 0.08
HSL 206.67º 0.92% 0.48% -
HSV(B) 206.67º 0.96% 0.92% -
XYZ 23.78 23.39 81.86 -
YUV 109.03 199.09 57.37 -
System Red Green Blue C M Y K H S L
Decimal 10 135 235 0.96 0.43 0 0.08 206.67 0.92 0.48
Hex A 87 EB 60 2B 0 8 CF 5C 30
Octal 12 207 353 140 53 0 10 317 134 60
Binary 1010 10000111 11101011 1100000 101011 0 1000 11001111 1011100 110000

Color Harmonies of #0A87EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A87EB

Black with #0A87EB

Text Example


Text Example

White with #0A87EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A87EB; }

 p { color: rgb(10,135,235); }

 H1.HeaderClassName
 {
   color: #0A87EB;
 }
 .AnyTagClassName
 {
   color: #0A87EB;
 }
</style>

background-color css

<style>
 a { background-color: #0A87EB; }

 a { background-color: rgb(10,135,235); }

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

border-color css

<style>
 span { border-color: #0A87EB; }

 span { border-color: rgb(10,135,235); }

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