Html Css Color HEX #0217CE Medium Blue

📋 copy color: '#0217CE'

red 2 ◦ green 23 ◦ blue 206

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

Shades of Medium Blue #0217CE

Tints of Medium Blue #0217CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 89.18%

R = 0.87%
G = 9.96%
B = 89.18%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0217CE (or 0x0217CE) is known color: Medium Blue. HEX triplet: 02, 17 and CE. RGB value is (2,23,206). Sum of RGB (Red+Green+Blue) = 2+23+206=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 206 (80.86% from 255 or 89.18% from 231); Max value from RGB is 206 - color contains mainly: blue. Hex color #0217CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0217CE is #FDE831. Grayscale: #242424. Windows color (decimal): -16640050 or 13506306. OLE color: 13506306.

HSL color Cylindrical-coordinate representation of color #0217CE: hue angle of 233.82º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0217CE is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 23 206 -
CMYK 0.99 0.89 0 0.19
HSL 233.82º 0.98% 0.41% -
HSV(B) 233.82º 0.99% 0.81% -
XYZ 11.47 5.08 58.77 -
YUV 37.58 223.04 102.62 -
System Red Green Blue C M Y K H S L
Decimal 2 23 206 0.99 0.89 0 0.19 233.82 0.98 0.41
Hex 2 17 CE 63 59 0 13 EA 62 29
Octal 2 27 316 143 131 0 23 352 142 51
Binary 10 10111 11001110 1100011 1011001 0 10011 11101010 1100010 101001

Color Harmonies of #0217CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0217CE

Black with #0217CE

Text Example


Text Example

White with #0217CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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