Html Css Color HEX #0215BE Medium Blue

📋 copy color: '#0215BE'

red 2 ◦ green 21 ◦ blue 190

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

Shades of Medium Blue #0215BE

Tints of Medium Blue #0215BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 89.2%

R = 0.94%
G = 9.86%
B = 89.2%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0215BE (or 0x0215BE) is known color: Medium Blue. HEX triplet: 02, 15 and BE. RGB value is (2,21,190). Sum of RGB (Red+Green+Blue) = 2+21+190=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 190 (74.61% from 255 or 89.20% from 213); Max value from RGB is 190 - color contains mainly: blue. Hex color #0215BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0215BE is #FDEA41. Grayscale: #212121. Windows color (decimal): -16640578 or 12457218. OLE color: 12457218.

HSL color Cylindrical-coordinate representation of color #0215BE: hue angle of 233.94º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0215BE is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 21 190 -
CMYK 0.99 0.89 0 0.25
HSL 233.94º 0.98% 0.38% -
HSV(B) 233.94º 0.99% 0.75% -
XYZ 9.59 4.27 49.03 -
YUV 34.59 215.71 104.76 -
System Red Green Blue C M Y K H S L
Decimal 2 21 190 0.99 0.89 0 0.25 233.94 0.98 0.38
Hex 2 15 BE 63 59 0 19 EA 62 26
Octal 2 25 276 143 131 0 31 352 142 46
Binary 10 10101 10111110 1100011 1011001 0 11001 11101010 1100010 100110

Color Harmonies of #0215BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0215BE

Black with #0215BE

Text Example


Text Example

White with #0215BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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