Html Css Color HEX #0217CB Medium Blue

📋 copy color: '#0217CB'

red 2 ◦ green 23 ◦ blue 203

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

Shades of Medium Blue #0217CB

Tints of Medium Blue #0217CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 89.04%

R = 0.88%
G = 10.09%
B = 89.04%

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

#0217CB (or 0x0217CB) is known color: Medium Blue. HEX triplet: 02, 17 and CB. RGB value is (2,23,203). Sum of RGB (Red+Green+Blue) = 2+23+203=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 203 (79.69% from 255 or 89.04% from 228); Max value from RGB is 203 - color contains mainly: blue. Hex color #0217CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0217CB is #FDE834. Grayscale: #242424. Windows color (decimal): -16640053 or 13309698. OLE color: 13309698.

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

Color convert

RGB 2 23 203 -
CMYK 0.99 0.89 0 0.20
HSL 233.73º 0.98% 0.4% -
HSV(B) 233.73º 0.99% 0.8% -
XYZ 11.11 4.94 56.87 -
YUV 37.24 221.54 102.86 -
System Red Green Blue C M Y K H S L
Decimal 2 23 203 0.99 0.89 0 0.20 233.73 0.98 0.4
Hex 2 17 CB 63 59 0 14 EA 62 28
Octal 2 27 313 143 131 0 24 352 142 50
Binary 10 10111 11001011 1100011 1011001 0 10100 11101010 1100010 101000

Color Harmonies of #0217CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0217CB

Black with #0217CB

Text Example


Text Example

White with #0217CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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