Html Css Color HEX #2018CB Medium Blue

📋 copy color: '#2018CB'

red 32 ◦ green 24 ◦ blue 203

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

Shades of Medium Blue #2018CB

Tints of Medium Blue #2018CB

RGB

 RED value IS 32 (12.89% from 255) = 12.36%

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

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

R = 12.36%
G = 9.27%
B = 78.38%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2018CB (or 0x2018CB) is known color: Medium Blue. HEX triplet: 20, 18 and CB. RGB value is (32,24,203). Sum of RGB (Red+Green+Blue) = 32+24+203=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 203 (79.69% from 255 or 78.38% from 259); Max value from RGB is 203 - color contains mainly: blue. Hex color #2018CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018CB is #DFE734. Grayscale: #2E2E2E. Windows color (decimal): -14673717 or 13309984. OLE color: 13309984.

HSL color Cylindrical-coordinate representation of color #2018CB: hue angle of 242.68º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2018CB is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 24 203 -
CMYK 0.84 0.88 0 0.20
HSL 242.68º 0.79% 0.45% -
HSV(B) 242.68º 0.88% 0.8% -
XYZ 11.7 5.27 56.9 -
YUV 46.8 216.15 117.45 -
System Red Green Blue C M Y K H S L
Decimal 32 24 203 0.84 0.88 0 0.20 242.68 0.79 0.45
Hex 20 18 CB 54 58 0 14 F3 4F 2D
Octal 40 30 313 124 130 0 24 363 117 55
Binary 100000 11000 11001011 1010100 1011000 0 10100 11110011 1001111 101101

Color Harmonies of #2018CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2018CB

Black with #2018CB

Text Example


Text Example

White with #2018CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,24,203); }

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

background-color css

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

 a { background-color: rgb(32,24,203); }

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

border-color css

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

 span { border-color: rgb(32,24,203); }

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