Html Css Color HEX #0215EF Blue

📋 copy color: '#0215EF'

red 2 ◦ green 21 ◦ blue 239

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

Shades of Blue #0215EF

Tints of Blue #0215EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 91.22%

R = 0.76%
G = 8.02%
B = 91.22%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0215EF (or 0x0215EF) is known color: Blue. HEX triplet: 02, 15 and EF. RGB value is (2,21,239). Sum of RGB (Red+Green+Blue) = 2+21+239=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 239 (93.75% from 255 or 91.22% from 262); Max value from RGB is 239 - color contains mainly: blue. Hex color #0215EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0215EF is #FDEA10. Grayscale: #272727. Windows color (decimal): -16640529 or 15668482. OLE color: 15668482.

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

Color convert

RGB 2 21 239 -
CMYK 0.99 0.91 0 0.06
HSL 235.19º 0.98% 0.47% -
HSV(B) 235.19º 0.99% 0.94% -
XYZ 15.87 6.78 82.13 -
YUV 40.17 240.21 100.77 -
System Red Green Blue C M Y K H S L
Decimal 2 21 239 0.99 0.91 0 0.06 235.19 0.98 0.47
Hex 2 15 EF 63 5B 0 6 EB 62 2F
Octal 2 25 357 143 133 0 6 353 142 57
Binary 10 10101 11101111 1100011 1011011 0 110 11101011 1100010 101111

Color Harmonies of #0215EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0215EF

Black with #0215EF

Text Example


Text Example

White with #0215EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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