Html Css Color HEX #0215FF Blue

📋 copy color: '#0215FF'

red 2 ◦ green 21 ◦ blue 255

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

Shades of Blue #0215FF

Tints of Blue #0215FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 91.73%

R = 0.72%
G = 7.55%
B = 91.73%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0215FF (or 0x0215FF) is known color: Blue. HEX triplet: 02, 15 and FF. RGB value is (2,21,255). Sum of RGB (Red+Green+Blue) = 2+21+255=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 255 (100% from 255 or 91.73% from 278); Max value from RGB is 255 - color contains mainly: blue. Hex color #0215FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0215FF is #FDEA00. Grayscale: #292929. Windows color (decimal): -16640513 or 16717058. OLE color: 16717058.

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

Color convert

RGB 2 21 255 -
CMYK 0.99 0.92 0 0
HSL 235.49º 1% 0.5% -
HSV(B) 235.49º 0.99% 1% -
XYZ 18.34 7.77 95.14 -
YUV 42 248.21 99.47 -
System Red Green Blue C M Y K H S L
Decimal 2 21 255 0.99 0.92 0 0 235.49 1 0.5
Hex 2 15 FF 63 5C 0 0 EB 64 32
Octal 2 25 377 143 134 0 0 353 144 62
Binary 10 10101 11111111 1100011 1011100 0 0 11101011 1100100 110010

Color Harmonies of #0215FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0215FF

Black with #0215FF

Text Example


Text Example

White with #0215FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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