Html Css Color HEX #2313DF Medium Blue

📋 copy color: '#2313DF'

red 35 ◦ green 19 ◦ blue 223

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

Shades of Medium Blue #2313DF

Tints of Medium Blue #2313DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 80.51%

R = 12.64%
G = 6.86%
B = 80.51%

CMYK

 C value IS 0.84

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2313DF (or 0x2313DF) is known color: Medium Blue. HEX triplet: 23, 13 and DF. RGB value is (35,19,223). Sum of RGB (Red+Green+Blue) = 35+19+223=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #2313DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2313DF is #DCEC20. Grayscale: #2E2E2E. Windows color (decimal): -14478369 or 14619427. OLE color: 14619427.

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

Color convert

RGB 35 19 223 -
CMYK 0.84 0.91 0 0.13
HSL 244.71º 0.84% 0.47% -
HSV(B) 244.71º 0.91% 0.87% -
XYZ 14.25 6.15 70.25 -
YUV 47.04 227.3 119.41 -
System Red Green Blue C M Y K H S L
Decimal 35 19 223 0.84 0.91 0 0.13 244.71 0.84 0.47
Hex 23 13 DF 54 5B 0 D F5 54 2F
Octal 43 23 337 124 133 0 15 365 124 57
Binary 100011 10011 11011111 1010100 1011011 0 1101 11110101 1010100 101111

Color Harmonies of #2313DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2313DF

Black with #2313DF

Text Example


Text Example

White with #2313DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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