Html Css Color HEX #2317DD Medium Blue

📋 copy color: '#2317DD'

red 35 ◦ green 23 ◦ blue 221

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

Shades of Medium Blue #2317DD

Tints of Medium Blue #2317DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.24%

 BLUE value IS 221 (86.72% from 255) = 79.21%

R = 12.54%
G = 8.24%
B = 79.21%

CMYK

 C value IS 0.84

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2317DD (or 0x2317DD) is known color: Medium Blue. HEX triplet: 23, 17 and DD. RGB value is (35,23,221). Sum of RGB (Red+Green+Blue) = 35+23+221=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 221 (86.72% from 255 or 79.21% from 279); Max value from RGB is 221 - color contains mainly: blue. Hex color #2317DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2317DD is #DCE822. Grayscale: #303030. Windows color (decimal): -14477347 or 14489379. OLE color: 14489379.

HSL color Cylindrical-coordinate representation of color #2317DD: hue angle of 243.64º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2317DD is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 23 221 -
CMYK 0.84 0.90 0 0.13
HSL 243.64º 0.81% 0.48% -
HSV(B) 243.64º 0.9% 0.87% -
XYZ 14.05 6.19 68.86 -
YUV 49.16 224.98 117.9 -
System Red Green Blue C M Y K H S L
Decimal 35 23 221 0.84 0.90 0 0.13 243.64 0.81 0.48
Hex 23 17 DD 54 5A 0 D F4 51 30
Octal 43 27 335 124 132 0 15 364 121 60
Binary 100011 10111 11011101 1010100 1011010 0 1101 11110100 1010001 110000

Color Harmonies of #2317DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2317DD

Black with #2317DD

Text Example


Text Example

White with #2317DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2317DD; }

 p { color: rgb(35,23,221); }

 H1.HeaderClassName
 {
   color: #2317DD;
 }
 .AnyTagClassName
 {
   color: #2317DD;
 }
</style>

background-color css

<style>
 a { background-color: #2317DD; }

 a { background-color: rgb(35,23,221); }

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

border-color css

<style>
 span { border-color: #2317DD; }

 span { border-color: rgb(35,23,221); }

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