Html Css Color HEX #2313ED Blue

📋 copy color: '#2313ED'

red 35 ◦ green 19 ◦ blue 237

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

Shades of Blue #2313ED

Tints of Blue #2313ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 81.44%

R = 12.03%
G = 6.53%
B = 81.44%

CMYK

 C value IS 0.85

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2313ED (or 0x2313ED) is known color: Blue. HEX triplet: 23, 13 and ED. RGB value is (35,19,237). Sum of RGB (Red+Green+Blue) = 35+19+237=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 237 (92.97% from 255 or 81.44% from 291); Max value from RGB is 237 - color contains mainly: blue. Hex color #2313ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2313ED is #DCEC12. Grayscale: #2F2F2F. Windows color (decimal): -14478355 or 15536931. OLE color: 15536931.

HSL color Cylindrical-coordinate representation of color #2313ED: hue angle of 244.4º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2313ED is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 19 237 -
CMYK 0.85 0.92 0 0.07
HSL 244.4º 0.86% 0.5% -
HSV(B) 244.4º 0.92% 0.93% -
XYZ 16.21 6.94 80.61 -
YUV 48.64 234.3 118.27 -
System Red Green Blue C M Y K H S L
Decimal 35 19 237 0.85 0.92 0 0.07 244.4 0.86 0.5
Hex 23 13 ED 55 5C 0 7 F4 56 32
Octal 43 23 355 125 134 0 7 364 126 62
Binary 100011 10011 11101101 1010101 1011100 0 111 11110100 1010110 110010

Color Harmonies of #2313ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2313ED

Black with #2313ED

Text Example


Text Example

White with #2313ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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