Html Css Color HEX #1012DD Medium Blue

📋 copy color: '#1012DD'

red 16 ◦ green 18 ◦ blue 221

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

Shades of Medium Blue #1012DD

Tints of Medium Blue #1012DD

RGB

 RED value IS 16 (6.64% from 255) = 6.27%

 GREEN value IS 18 (7.42% from 255) = 7.06%

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

R = 6.27%
G = 7.06%
B = 86.67%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1012DD (or 0x1012DD) is known color: Medium Blue. HEX triplet: 10, 12 and DD. RGB value is (16,18,221). Sum of RGB (Red+Green+Blue) = 16+18+221=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 221 (86.72% from 255 or 86.67% from 255); Max value from RGB is 221 - color contains mainly: blue. Hex color #1012DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1012DD is #EFED22. Grayscale: #272727. Windows color (decimal): -15723811 or 14488080. OLE color: 14488080.

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

Color convert

RGB 16 18 221 -
CMYK 0.93 0.92 0 0.13
HSL 239.41º 0.86% 0.46% -
HSV(B) 239.41º 0.93% 0.87% -
XYZ 13.48 5.76 68.81 -
YUV 40.54 229.84 110.49 -
System Red Green Blue C M Y K H S L
Decimal 16 18 221 0.93 0.92 0 0.13 239.41 0.86 0.46
Hex 10 12 DD 5D 5C 0 D EF 56 2E
Octal 20 22 335 135 134 0 15 357 126 56
Binary 10000 10010 11011101 1011101 1011100 0 1101 11101111 1010110 101110

Color Harmonies of #1012DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1012DD

Black with #1012DD

Text Example


Text Example

White with #1012DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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