Html Css Color HEX #0216CC Medium Blue

📋 copy color: '#0216CC'

red 2 ◦ green 22 ◦ blue 204

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

Shades of Medium Blue #0216CC

Tints of Medium Blue #0216CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.65%

 BLUE value IS 204 (80.08% from 255) = 89.47%

R = 0.88%
G = 9.65%
B = 89.47%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0216CC (or 0x0216CC) is known color: Medium Blue. HEX triplet: 02, 16 and CC. RGB value is (2,22,204). Sum of RGB (Red+Green+Blue) = 2+22+204=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 204 (80.08% from 255 or 89.47% from 228); Max value from RGB is 204 - color contains mainly: blue. Hex color #0216CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0216CC is #FDE933. Grayscale: #242424. Windows color (decimal): -16640308 or 13374978. OLE color: 13374978.

HSL color Cylindrical-coordinate representation of color #0216CC: hue angle of 234.06º 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 #0216CC is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 22 204 -
CMYK 0.99 0.89 0 0.2
HSL 234.06º 0.98% 0.4% -
HSV(B) 234.06º 0.99% 0.8% -
XYZ 11.21 4.95 57.49 -
YUV 36.77 222.37 103.2 -
System Red Green Blue C M Y K H S L
Decimal 2 22 204 0.99 0.89 0 0.2 234.06 0.98 0.4
Hex 2 16 CC 63 59 0 14 EA 62 28
Octal 2 26 314 143 131 0 24 352 142 50
Binary 10 10110 11001100 1100011 1011001 0 10100 11101010 1100010 101000

Color Harmonies of #0216CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0216CC

Black with #0216CC

Text Example


Text Example

White with #0216CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0216CC; }

 p { color: rgb(2,22,204); }

 H1.HeaderClassName
 {
   color: #0216CC;
 }
 .AnyTagClassName
 {
   color: #0216CC;
 }
</style>

background-color css

<style>
 a { background-color: #0216CC; }

 a { background-color: rgb(2,22,204); }

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

border-color css

<style>
 span { border-color: #0216CC; }

 span { border-color: rgb(2,22,204); }

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