Html Css Color HEX #0218CC Medium Blue

📋 copy color: '#0218CC'

red 2 ◦ green 24 ◦ blue 204

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

Shades of Medium Blue #0218CC

Tints of Medium Blue #0218CC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.43%

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

R = 0.87%
G = 10.43%
B = 88.7%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0218CC (or 0x0218CC) is known color: Medium Blue. HEX triplet: 02, 18 and CC. RGB value is (2,24,204). Sum of RGB (Red+Green+Blue) = 2+24+204=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 204 (80.08% from 255 or 88.70% from 230); Max value from RGB is 204 - color contains mainly: blue. Hex color #0218CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0218CC is #FDE733. Grayscale: #252525. Windows color (decimal): -16639796 or 13375490. OLE color: 13375490.

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

Color convert

RGB 2 24 204 -
CMYK 0.99 0.88 0 0.2
HSL 233.47º 0.98% 0.4% -
HSV(B) 233.47º 0.99% 0.8% -
XYZ 11.25 5.03 57.5 -
YUV 37.94 221.71 102.36 -
System Red Green Blue C M Y K H S L
Decimal 2 24 204 0.99 0.88 0 0.2 233.47 0.98 0.4
Hex 2 18 CC 63 58 0 14 E9 62 28
Octal 2 30 314 143 130 0 24 351 142 50
Binary 10 11000 11001100 1100011 1011000 0 10100 11101001 1100010 101000

Color Harmonies of #0218CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0218CC

Black with #0218CC

Text Example


Text Example

White with #0218CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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