Html Css Color HEX #150DBF Medium Blue

📋 copy color: '#150DBF'

red 21 ◦ green 13 ◦ blue 191

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

Shades of Medium Blue #150DBF

Tints of Medium Blue #150DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.78%

 BLUE value IS 191 (75% from 255) = 84.89%

R = 9.33%
G = 5.78%
B = 84.89%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#150DBF (or 0x150DBF) is known color: Medium Blue. HEX triplet: 15, 0D and BF. RGB value is (21,13,191). Sum of RGB (Red+Green+Blue) = 21+13+191=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 191 (75% from 255 or 84.89% from 225); Max value from RGB is 191 - color contains mainly: blue. Hex color #150DBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150DBF is #EAF240. Grayscale: #222222. Windows color (decimal): -15397441 or 12520725. OLE color: 12520725.

HSL color Cylindrical-coordinate representation of color #150DBF: hue angle of 242.7º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150DBF is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 13 191 -
CMYK 0.89 0.93 0 0.25
HSL 242.7º 0.87% 0.4% -
HSV(B) 242.7º 0.93% 0.75% -
XYZ 9.86 4.21 49.58 -
YUV 35.68 215.65 117.53 -
System Red Green Blue C M Y K H S L
Decimal 21 13 191 0.89 0.93 0 0.25 242.7 0.87 0.4
Hex 15 D BF 59 5D 0 19 F3 57 28
Octal 25 15 277 131 135 0 31 363 127 50
Binary 10101 1101 10111111 1011001 1011101 0 11001 11110011 1010111 101000

Color Harmonies of #150DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150DBF

Black with #150DBF

Text Example


Text Example

White with #150DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,13,191); }

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

background-color css

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

 a { background-color: rgb(21,13,191); }

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

border-color css

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

 span { border-color: rgb(21,13,191); }

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