Html Css Color HEX #2313DB Medium Blue

📋 copy color: '#2313DB'

red 35 ◦ green 19 ◦ blue 219

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

Shades of Medium Blue #2313DB

Tints of Medium Blue #2313DB

RGB

 RED value IS 35 (14.06% from 255) = 12.82%

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

 BLUE value IS 219 (85.94% from 255) = 80.22%

R = 12.82%
G = 6.96%
B = 80.22%

CMYK

 C value IS 0.84

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2313DB (or 0x2313DB) is known color: Medium Blue. HEX triplet: 23, 13 and DB. RGB value is (35,19,219). Sum of RGB (Red+Green+Blue) = 35+19+219=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #2313DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2313DB is #DCEC24. Grayscale: #2D2D2D. Windows color (decimal): -14478373 or 14357283. OLE color: 14357283.

HSL color Cylindrical-coordinate representation of color #2313DB: hue angle of 244.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2313DB is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 19 219 -
CMYK 0.84 0.91 0 0.14
HSL 244.8º 0.84% 0.47% -
HSV(B) 244.8º 0.91% 0.86% -
XYZ 13.71 5.94 67.44 -
YUV 46.58 225.3 119.74 -
System Red Green Blue C M Y K H S L
Decimal 35 19 219 0.84 0.91 0 0.14 244.8 0.84 0.47
Hex 23 13 DB 54 5B 0 E F5 54 2F
Octal 43 23 333 124 133 0 16 365 124 57
Binary 100011 10011 11011011 1010100 1011011 0 1110 11110101 1010100 101111

Color Harmonies of #2313DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2313DB

Black with #2313DB

Text Example


Text Example

White with #2313DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2313DB; }

 p { color: rgb(35,19,219); }

 H1.HeaderClassName
 {
   color: #2313DB;
 }
 .AnyTagClassName
 {
   color: #2313DB;
 }
</style>

background-color css

<style>
 a { background-color: #2313DB; }

 a { background-color: rgb(35,19,219); }

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

border-color css

<style>
 span { border-color: #2313DB; }

 span { border-color: rgb(35,19,219); }

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