Html Css Color HEX #0217BE Medium Blue

📋 copy color: '#0217BE'

red 2 ◦ green 23 ◦ blue 190

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

Shades of Medium Blue #0217BE

Tints of Medium Blue #0217BE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.7%

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

R = 0.93%
G = 10.7%
B = 88.37%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0217BE (or 0x0217BE) is known color: Medium Blue. HEX triplet: 02, 17 and BE. RGB value is (2,23,190). Sum of RGB (Red+Green+Blue) = 2+23+190=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 190 (74.61% from 255 or 88.37% from 215); Max value from RGB is 190 - color contains mainly: blue. Hex color #0217BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0217BE is #FDE841. Grayscale: #232323. Windows color (decimal): -16640066 or 12457730. OLE color: 12457730.

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

Color convert

RGB 2 23 190 -
CMYK 0.99 0.88 0 0.25
HSL 233.3º 0.98% 0.38% -
HSV(B) 233.3º 0.99% 0.75% -
XYZ 9.63 4.34 49.05 -
YUV 35.76 215.04 103.92 -
System Red Green Blue C M Y K H S L
Decimal 2 23 190 0.99 0.88 0 0.25 233.3 0.98 0.38
Hex 2 17 BE 63 58 0 19 E9 62 26
Octal 2 27 276 143 130 0 31 351 142 46
Binary 10 10111 10111110 1100011 1011000 0 11001 11101001 1100010 100110

Color Harmonies of #0217BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0217BE

Black with #0217BE

Text Example


Text Example

White with #0217BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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