Html Css Color HEX #2813CB Medium Blue

📋 copy color: '#2813CB'

red 40 ◦ green 19 ◦ blue 203

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

Shades of Medium Blue #2813CB

Tints of Medium Blue #2813CB

RGB

 RED value IS 40 (16.02% from 255) = 15.27%

 GREEN value IS 19 (7.81% from 255) = 7.25%

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

R = 15.27%
G = 7.25%
B = 77.48%

CMYK

 C value IS 0.80

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2813CB (or 0x2813CB) is known color: Medium Blue. HEX triplet: 28, 13 and CB. RGB value is (40,19,203). Sum of RGB (Red+Green+Blue) = 40+19+203=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #2813CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2813CB is #D7EC34. Grayscale: #2D2D2D. Windows color (decimal): -14150709 or 13308712. OLE color: 13308712.

HSL color Cylindrical-coordinate representation of color #2813CB: hue angle of 246.85º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2813CB is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 19 203 -
CMYK 0.80 0.91 0 0.20
HSL 246.85º 0.83% 0.44% -
HSV(B) 246.85º 0.91% 0.8% -
XYZ 11.89 5.23 56.88 -
YUV 46.26 216.46 123.54 -
System Red Green Blue C M Y K H S L
Decimal 40 19 203 0.80 0.91 0 0.20 246.85 0.83 0.44
Hex 28 13 CB 50 5B 0 14 F7 53 2C
Octal 50 23 313 120 133 0 24 367 123 54
Binary 101000 10011 11001011 1010000 1011011 0 10100 11110111 1010011 101100

Color Harmonies of #2813CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2813CB

Black with #2813CB

Text Example


Text Example

White with #2813CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,19,203); }

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

background-color css

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

 a { background-color: rgb(40,19,203); }

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

border-color css

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

 span { border-color: rgb(40,19,203); }

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