Html Css Color HEX #0215EB Blue

📋 copy color: '#0215EB'

red 2 ◦ green 21 ◦ blue 235

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

Shades of Blue #0215EB

Tints of Blue #0215EB

RGB

 RED value IS 2 (1.17% from 255) = 0.78%

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

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

R = 0.78%
G = 8.14%
B = 91.09%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0215EB (or 0x0215EB) is known color: Blue. HEX triplet: 02, 15 and EB. RGB value is (2,21,235). Sum of RGB (Red+Green+Blue) = 2+21+235=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 235 (92.19% from 255 or 91.09% from 258); Max value from RGB is 235 - color contains mainly: blue. Hex color #0215EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0215EB is #FDEA14. Grayscale: #262626. Windows color (decimal): -16640533 or 15406338. OLE color: 15406338.

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

Color convert

RGB 2 21 235 -
CMYK 0.99 0.91 0 0.08
HSL 235.11º 0.98% 0.46% -
HSV(B) 235.11º 0.99% 0.92% -
XYZ 15.29 6.55 79.06 -
YUV 39.72 238.21 101.1 -
System Red Green Blue C M Y K H S L
Decimal 2 21 235 0.99 0.91 0 0.08 235.11 0.98 0.46
Hex 2 15 EB 63 5B 0 8 EB 62 2E
Octal 2 25 353 143 133 0 10 353 142 56
Binary 10 10101 11101011 1100011 1011011 0 1000 11101011 1100010 101110

Color Harmonies of #0215EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0215EB

Black with #0215EB

Text Example


Text Example

White with #0215EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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