Html Css Color HEX #2015EB Blue

📋 copy color: '#2015EB'

red 32 ◦ green 21 ◦ blue 235

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

Shades of Blue #2015EB

Tints of Blue #2015EB

RGB

 RED value IS 32 (12.89% from 255) = 11.11%

 GREEN value IS 21 (8.59% from 255) = 7.29%

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

R = 11.11%
G = 7.29%
B = 81.6%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2015EB (or 0x2015EB) is known color: Blue. HEX triplet: 20, 15 and EB. RGB value is (32,21,235). Sum of RGB (Red+Green+Blue) = 32+21+235=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 235 (92.19% from 255 or 81.60% from 288); Max value from RGB is 235 - color contains mainly: blue. Hex color #2015EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2015EB is #DFEA14. Grayscale: #2F2F2F. Windows color (decimal): -14674453 or 15406368. OLE color: 15406368.

HSL color Cylindrical-coordinate representation of color #2015EB: hue angle of 243.08º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2015EB is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 21 235 -
CMYK 0.86 0.91 0 0.08
HSL 243.08º 0.84% 0.5% -
HSV(B) 243.08º 0.91% 0.92% -
XYZ 15.86 6.84 79.08 -
YUV 48.69 233.14 116.1 -
System Red Green Blue C M Y K H S L
Decimal 32 21 235 0.86 0.91 0 0.08 243.08 0.84 0.5
Hex 20 15 EB 56 5B 0 8 F3 54 32
Octal 40 25 353 126 133 0 10 363 124 62
Binary 100000 10101 11101011 1010110 1011011 0 1000 11110011 1010100 110010

Color Harmonies of #2015EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2015EB

Black with #2015EB

Text Example


Text Example

White with #2015EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2015EB; }

 p { color: rgb(32,21,235); }

 H1.HeaderClassName
 {
   color: #2015EB;
 }
 .AnyTagClassName
 {
   color: #2015EB;
 }
</style>

background-color css

<style>
 a { background-color: #2015EB; }

 a { background-color: rgb(32,21,235); }

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

border-color css

<style>
 span { border-color: #2015EB; }

 span { border-color: rgb(32,21,235); }

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