Html Css Color HEX #1215DD Medium Blue

📋 copy color: '#1215DD'

red 18 ◦ green 21 ◦ blue 221

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

Shades of Medium Blue #1215DD

Tints of Medium Blue #1215DD

RGB

 RED value IS 18 (7.42% from 255) = 6.92%

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

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

R = 6.92%
G = 8.08%
B = 85%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1215DD (or 0x1215DD) is known color: Medium Blue. HEX triplet: 12, 15 and DD. RGB value is (18,21,221). Sum of RGB (Red+Green+Blue) = 18+21+221=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 221 (86.72% from 255 or 85% from 260); Max value from RGB is 221 - color contains mainly: blue. Hex color #1215DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1215DD is #EDEA22. Grayscale: #2A2A2A. Windows color (decimal): -15591971 or 14488850. OLE color: 14488850.

HSL color Cylindrical-coordinate representation of color #1215DD: hue angle of 239.11º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1215DD is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 21 221 -
CMYK 0.92 0.90 0 0.13
HSL 239.11º 0.85% 0.47% -
HSV(B) 239.11º 0.92% 0.87% -
XYZ 13.57 5.89 68.83 -
YUV 42.9 228.51 110.24 -
System Red Green Blue C M Y K H S L
Decimal 18 21 221 0.92 0.90 0 0.13 239.11 0.85 0.47
Hex 12 15 DD 5C 5A 0 D EF 55 2F
Octal 22 25 335 134 132 0 15 357 125 57
Binary 10010 10101 11011101 1011100 1011010 0 1101 11101111 1010101 101111

Color Harmonies of #1215DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1215DD

Black with #1215DD

Text Example


Text Example

White with #1215DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,21,221); }

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

background-color css

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

 a { background-color: rgb(18,21,221); }

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

border-color css

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

 span { border-color: rgb(18,21,221); }

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