Html Css Color HEX #2317D0 Medium Blue

📋 copy color: '#2317D0'

red 35 ◦ green 23 ◦ blue 208

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

Shades of Medium Blue #2317D0

Tints of Medium Blue #2317D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 78.2%

R = 13.16%
G = 8.65%
B = 78.2%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2317D0 (or 0x2317D0) is known color: Medium Blue. HEX triplet: 23, 17 and D0. RGB value is (35,23,208). Sum of RGB (Red+Green+Blue) = 35+23+208=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 208 (81.64% from 255 or 78.20% from 266); Max value from RGB is 208 - color contains mainly: blue. Hex color #2317D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2317D0 is #DCE82F. Grayscale: #2E2E2E. Windows color (decimal): -14477360 or 13637411. OLE color: 13637411.

HSL color Cylindrical-coordinate representation of color #2317D0: hue angle of 243.89º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2317D0 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 35 23 208 -
CMYK 0.83 0.89 0 0.18
HSL 243.89º 0.8% 0.45% -
HSV(B) 243.89º 0.89% 0.82% -
XYZ 12.38 5.52 60.09 -
YUV 47.68 218.48 118.96 -
System Red Green Blue C M Y K H S L
Decimal 35 23 208 0.83 0.89 0 0.18 243.89 0.8 0.45
Hex 23 17 D0 53 59 0 12 F4 50 2D
Octal 43 27 320 123 131 0 22 364 120 55
Binary 100011 10111 11010000 1010011 1011001 0 10010 11110100 1010000 101101

Color Harmonies of #2317D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2317D0

Black with #2317D0

Text Example


Text Example

White with #2317D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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