Html Css Color HEX #150CCD Medium Blue

📋 copy color: '#150CCD'

red 21 ◦ green 12 ◦ blue 205

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

Shades of Medium Blue #150CCD

Tints of Medium Blue #150CCD

RGB

 RED value IS 21 (8.59% from 255) = 8.82%

 GREEN value IS 12 (5.08% from 255) = 5.04%

 BLUE value IS 205 (80.47% from 255) = 86.13%

R = 8.82%
G = 5.04%
B = 86.13%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#150CCD (or 0x150CCD) is known color: Medium Blue. HEX triplet: 15, 0C and CD. RGB value is (21,12,205). Sum of RGB (Red+Green+Blue) = 21+12+205=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 205 (80.47% from 255 or 86.13% from 238); Max value from RGB is 205 - color contains mainly: blue. Hex color #150CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CCD is #EAF332. Grayscale: #232323. Windows color (decimal): -15397683 or 13437973. OLE color: 13437973.

HSL color Cylindrical-coordinate representation of color #150CCD: hue angle of 242.8º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150CCD is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 12 205 -
CMYK 0.90 0.94 0 0.20
HSL 242.8º 0.89% 0.43% -
HSV(B) 242.8º 0.94% 0.8% -
XYZ 11.46 4.83 58.09 -
YUV 36.69 222.98 116.81 -
System Red Green Blue C M Y K H S L
Decimal 21 12 205 0.90 0.94 0 0.20 242.8 0.89 0.43
Hex 15 C CD 5A 5E 0 14 F3 59 2B
Octal 25 14 315 132 136 0 24 363 131 53
Binary 10101 1100 11001101 1011010 1011110 0 10100 11110011 1011001 101011

Color Harmonies of #150CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150CCD

Black with #150CCD

Text Example


Text Example

White with #150CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150CCD; }

 p { color: rgb(21,12,205); }

 H1.HeaderClassName
 {
   color: #150CCD;
 }
 .AnyTagClassName
 {
   color: #150CCD;
 }
</style>

background-color css

<style>
 a { background-color: #150CCD; }

 a { background-color: rgb(21,12,205); }

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

border-color css

<style>
 span { border-color: #150CCD; }

 span { border-color: rgb(21,12,205); }

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