Html Css Color HEX #2318DD Medium Blue

📋 copy color: '#2318DD'

red 35 ◦ green 24 ◦ blue 221

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

Shades of Medium Blue #2318DD

Tints of Medium Blue #2318DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

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

R = 12.5%
G = 8.57%
B = 78.93%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2318DD (or 0x2318DD) is known color: Medium Blue. HEX triplet: 23, 18 and DD. RGB value is (35,24,221). Sum of RGB (Red+Green+Blue) = 35+24+221=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 221 (86.72% from 255 or 78.93% from 280); Max value from RGB is 221 - color contains mainly: blue. Hex color #2318DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2318DD is #DCE722. Grayscale: #303030. Windows color (decimal): -14477091 or 14489635. OLE color: 14489635.

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

Color convert

RGB 35 24 221 -
CMYK 0.84 0.89 0 0.13
HSL 243.35º 0.8% 0.48% -
HSV(B) 243.35º 0.89% 0.87% -
XYZ 14.07 6.23 68.87 -
YUV 49.75 224.64 117.48 -
System Red Green Blue C M Y K H S L
Decimal 35 24 221 0.84 0.89 0 0.13 243.35 0.8 0.48
Hex 23 18 DD 54 59 0 D F3 50 30
Octal 43 30 335 124 131 0 15 363 120 60
Binary 100011 11000 11011101 1010100 1011001 0 1101 11110011 1010000 110000

Color Harmonies of #2318DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2318DD

Black with #2318DD

Text Example


Text Example

White with #2318DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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