Html Css Color HEX #0217CD Medium Blue

📋 copy color: '#0217CD'

red 2 ◦ green 23 ◦ blue 205

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

Shades of Medium Blue #0217CD

Tints of Medium Blue #0217CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 89.13%

R = 0.87%
G = 10%
B = 89.13%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0217CD (or 0x0217CD) is known color: Medium Blue. HEX triplet: 02, 17 and CD. RGB value is (2,23,205). Sum of RGB (Red+Green+Blue) = 2+23+205=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 205 (80.47% from 255 or 89.13% from 230); Max value from RGB is 205 - color contains mainly: blue. Hex color #0217CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0217CD is #FDE832. Grayscale: #242424. Windows color (decimal): -16640051 or 13440770. OLE color: 13440770.

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

Color convert

RGB 2 23 205 -
CMYK 0.99 0.89 0 0.20
HSL 233.79º 0.98% 0.41% -
HSV(B) 233.79º 0.99% 0.8% -
XYZ 11.35 5.03 58.13 -
YUV 37.47 222.54 102.7 -
System Red Green Blue C M Y K H S L
Decimal 2 23 205 0.99 0.89 0 0.20 233.79 0.98 0.41
Hex 2 17 CD 63 59 0 14 EA 62 29
Octal 2 27 315 143 131 0 24 352 142 51
Binary 10 10111 11001101 1100011 1011001 0 10100 11101010 1100010 101001

Color Harmonies of #0217CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0217CD

Black with #0217CD

Text Example


Text Example

White with #0217CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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