Html Css Color HEX #150CDE Medium Blue

📋 copy color: '#150CDE'

red 21 ◦ green 12 ◦ blue 222

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

Shades of Medium Blue #150CDE

Tints of Medium Blue #150CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 87.06%

R = 8.24%
G = 4.71%
B = 87.06%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#150CDE (or 0x150CDE) is known color: Medium Blue. HEX triplet: 15, 0C and DE. RGB value is (21,12,222). Sum of RGB (Red+Green+Blue) = 21+12+222=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 222 (87.11% from 255 or 87.06% from 255); Max value from RGB is 222 - color contains mainly: blue. Hex color #150CDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CDE is #EAF321. Grayscale: #252525. Windows color (decimal): -15397666 or 14552085. OLE color: 14552085.

HSL color Cylindrical-coordinate representation of color #150CDE: hue angle of 242.57º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150CDE is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 12 222 -
CMYK 0.91 0.95 0 0.13
HSL 242.57º 0.9% 0.46% -
HSV(B) 242.57º 0.95% 0.87% -
XYZ 13.63 5.7 69.49 -
YUV 38.63 231.48 115.42 -
System Red Green Blue C M Y K H S L
Decimal 21 12 222 0.91 0.95 0 0.13 242.57 0.9 0.46
Hex 15 C DE 5B 5F 0 D F3 5A 2E
Octal 25 14 336 133 137 0 15 363 132 56
Binary 10101 1100 11011110 1011011 1011111 0 1101 11110011 1011010 101110

Color Harmonies of #150CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150CDE

Black with #150CDE

Text Example


Text Example

White with #150CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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