Html Css Color HEX #2315CE Medium Blue

📋 copy color: '#2315CE'

red 35 ◦ green 21 ◦ blue 206

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

Shades of Medium Blue #2315CE

Tints of Medium Blue #2315CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.02%

 BLUE value IS 206 (80.86% from 255) = 78.63%

R = 13.36%
G = 8.02%
B = 78.63%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2315CE (or 0x2315CE) is known color: Medium Blue. HEX triplet: 23, 15 and CE. RGB value is (35,21,206). Sum of RGB (Red+Green+Blue) = 35+21+206=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 206 (80.86% from 255 or 78.63% from 262); Max value from RGB is 206 - color contains mainly: blue. Hex color #2315CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2315CE is #DCEA31. Grayscale: #2D2D2D. Windows color (decimal): -14477874 or 13505827. OLE color: 13505827.

HSL color Cylindrical-coordinate representation of color #2315CE: hue angle of 244.54º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2315CE is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 21 206 -
CMYK 0.83 0.90 0 0.19
HSL 244.54º 0.81% 0.45% -
HSV(B) 244.54º 0.9% 0.81% -
XYZ 12.1 5.35 58.79 -
YUV 46.28 218.14 119.96 -
System Red Green Blue C M Y K H S L
Decimal 35 21 206 0.83 0.90 0 0.19 244.54 0.81 0.45
Hex 23 15 CE 53 5A 0 13 F5 51 2D
Octal 43 25 316 123 132 0 23 365 121 55
Binary 100011 10101 11001110 1010011 1011010 0 10011 11110101 1010001 101101

Color Harmonies of #2315CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2315CE

Black with #2315CE

Text Example


Text Example

White with #2315CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2315CE; }

 p { color: rgb(35,21,206); }

 H1.HeaderClassName
 {
   color: #2315CE;
 }
 .AnyTagClassName
 {
   color: #2315CE;
 }
</style>

background-color css

<style>
 a { background-color: #2315CE; }

 a { background-color: rgb(35,21,206); }

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

border-color css

<style>
 span { border-color: #2315CE; }

 span { border-color: rgb(35,21,206); }

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