Html Css Color HEX #0215CB Medium Blue

📋 copy color: '#0215CB'

red 2 ◦ green 21 ◦ blue 203

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

Shades of Medium Blue #0215CB

Tints of Medium Blue #0215CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 89.82%

R = 0.88%
G = 9.29%
B = 89.82%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0215CB (or 0x0215CB) is known color: Medium Blue. HEX triplet: 02, 15 and CB. RGB value is (2,21,203). Sum of RGB (Red+Green+Blue) = 2+21+203=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 203 (79.69% from 255 or 89.82% from 226); Max value from RGB is 203 - color contains mainly: blue. Hex color #0215CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0215CB is #FDEA34. Grayscale: #232323. Windows color (decimal): -16640565 or 13309186. OLE color: 13309186.

HSL color Cylindrical-coordinate representation of color #0215CB: hue angle of 234.33º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0215CB is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 21 203 -
CMYK 0.99 0.90 0 0.20
HSL 234.33º 0.98% 0.4% -
HSV(B) 234.33º 0.99% 0.8% -
XYZ 11.07 4.86 56.85 -
YUV 36.07 222.21 103.7 -
System Red Green Blue C M Y K H S L
Decimal 2 21 203 0.99 0.90 0 0.20 234.33 0.98 0.4
Hex 2 15 CB 63 5A 0 14 EA 62 28
Octal 2 25 313 143 132 0 24 352 142 50
Binary 10 10101 11001011 1100011 1011010 0 10100 11101010 1100010 101000

Color Harmonies of #0215CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0215CB

Black with #0215CB

Text Example


Text Example

White with #0215CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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