Html Css Color HEX #0210BE Medium Blue

📋 copy color: '#0210BE'

red 2 ◦ green 16 ◦ blue 190

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

Shades of Medium Blue #0210BE

Tints of Medium Blue #0210BE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.69%

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

R = 0.96%
G = 7.69%
B = 91.35%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0210BE (or 0x0210BE) is known color: Medium Blue. HEX triplet: 02, 10 and BE. RGB value is (2,16,190). Sum of RGB (Red+Green+Blue) = 2+16+190=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 190 (74.61% from 255 or 91.35% from 208); Max value from RGB is 190 - color contains mainly: blue. Hex color #0210BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0210BE is #FDEF41. Grayscale: #1E1E1E. Windows color (decimal): -16641858 or 12455938. OLE color: 12455938.

HSL color Cylindrical-coordinate representation of color #0210BE: hue angle of 235.53º 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 #0210BE is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 16 190 -
CMYK 0.99 0.92 0 0.25
HSL 235.53º 0.98% 0.38% -
HSV(B) 235.53º 0.99% 0.75% -
XYZ 9.5 4.1 49.01 -
YUV 31.65 217.36 106.85 -
System Red Green Blue C M Y K H S L
Decimal 2 16 190 0.99 0.92 0 0.25 235.53 0.98 0.38
Hex 2 10 BE 63 5C 0 19 EC 62 26
Octal 2 20 276 143 134 0 31 354 142 46
Binary 10 10000 10111110 1100011 1011100 0 11001 11101100 1100010 100110

Color Harmonies of #0210BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0210BE

Black with #0210BE

Text Example


Text Example

White with #0210BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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