Html Css Color HEX #0215FD Blue

📋 copy color: '#0215FD'

red 2 ◦ green 21 ◦ blue 253

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

Shades of Blue #0215FD

Tints of Blue #0215FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 91.67%

R = 0.72%
G = 7.61%
B = 91.67%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0215FD (or 0x0215FD) is known color: Blue. HEX triplet: 02, 15 and FD. RGB value is (2,21,253). Sum of RGB (Red+Green+Blue) = 2+21+253=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 253 (99.22% from 255 or 91.67% from 276); Max value from RGB is 253 - color contains mainly: blue. Hex color #0215FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0215FD is #FDEA02. Grayscale: #282828. Windows color (decimal): -16640515 or 16585986. OLE color: 16585986.

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

Color convert

RGB 2 21 253 -
CMYK 0.99 0.92 0 0.01
HSL 235.46º 0.98% 0.5% -
HSV(B) 235.46º 0.99% 0.99% -
XYZ 18.02 7.64 93.45 -
YUV 41.77 247.21 99.64 -
System Red Green Blue C M Y K H S L
Decimal 2 21 253 0.99 0.92 0 0.01 235.46 0.98 0.5
Hex 2 15 FD 63 5C 0 1 EB 62 32
Octal 2 25 375 143 134 0 1 353 142 62
Binary 10 10101 11111101 1100011 1011100 0 1 11101011 1100010 110010

Color Harmonies of #0215FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0215FD

Black with #0215FD

Text Example


Text Example

White with #0215FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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