Html Css Color HEX #150FDD Medium Blue

📋 copy color: '#150FDD'

red 21 ◦ green 15 ◦ blue 221

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

Shades of Medium Blue #150FDD

Tints of Medium Blue #150FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.84%

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

R = 8.17%
G = 5.84%
B = 85.99%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#150FDD (or 0x150FDD) is known color: Medium Blue. HEX triplet: 15, 0F and DD. RGB value is (21,15,221). Sum of RGB (Red+Green+Blue) = 21+15+221=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 221 (86.72% from 255 or 85.99% from 257); Max value from RGB is 221 - color contains mainly: blue. Hex color #150FDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150FDD is #EAF022. Grayscale: #272727. Windows color (decimal): -15396899 or 14487317. OLE color: 14487317.

HSL color Cylindrical-coordinate representation of color #150FDD: hue angle of 241.75º degrees, saturation: 0.87, 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 #150FDD is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 15 221 -
CMYK 0.90 0.93 0 0.13
HSL 241.75º 0.87% 0.46% -
HSV(B) 241.75º 0.93% 0.87% -
XYZ 13.53 5.72 68.8 -
YUV 40.28 229.99 114.25 -
System Red Green Blue C M Y K H S L
Decimal 21 15 221 0.90 0.93 0 0.13 241.75 0.87 0.46
Hex 15 F DD 5A 5D 0 D F2 57 2E
Octal 25 17 335 132 135 0 15 362 127 56
Binary 10101 1111 11011101 1011010 1011101 0 1101 11110010 1010111 101110

Color Harmonies of #150FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150FDD

Black with #150FDD

Text Example


Text Example

White with #150FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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