Html Css Color HEX #0215BB Medium Blue

📋 copy color: '#0215BB'

red 2 ◦ green 21 ◦ blue 187

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

Shades of Medium Blue #0215BB

Tints of Medium Blue #0215BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 89.05%

R = 0.95%
G = 10%
B = 89.05%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0215BB (or 0x0215BB) is known color: Medium Blue. HEX triplet: 02, 15 and BB. RGB value is (2,21,187). Sum of RGB (Red+Green+Blue) = 2+21+187=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 187 (73.44% from 255 or 89.05% from 210); Max value from RGB is 187 - color contains mainly: blue. Hex color #0215BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0215BB is #FDEA44. Grayscale: #212121. Windows color (decimal): -16640581 or 12260610. OLE color: 12260610.

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

Color convert

RGB 2 21 187 -
CMYK 0.99 0.89 0 0.27
HSL 233.84º 0.98% 0.37% -
HSV(B) 233.84º 0.99% 0.73% -
XYZ 9.26 4.14 47.32 -
YUV 34.24 214.21 105 -
System Red Green Blue C M Y K H S L
Decimal 2 21 187 0.99 0.89 0 0.27 233.84 0.98 0.37
Hex 2 15 BB 63 59 0 1B EA 62 25
Octal 2 25 273 143 131 0 33 352 142 45
Binary 10 10101 10111011 1100011 1011001 0 11011 11101010 1100010 100101

Color Harmonies of #0215BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0215BB

Black with #0215BB

Text Example


Text Example

White with #0215BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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