Html Css Color HEX #150ADF Medium Blue

📋 copy color: '#150ADF'

red 21 ◦ green 10 ◦ blue 223

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

Shades of Medium Blue #150ADF

Tints of Medium Blue #150ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.94%

 BLUE value IS 223 (87.5% from 255) = 87.8%

R = 8.27%
G = 3.94%
B = 87.8%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#150ADF (or 0x150ADF) is known color: Medium Blue. HEX triplet: 15, 0A and DF. RGB value is (21,10,223). Sum of RGB (Red+Green+Blue) = 21+10+223=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 223 (87.5% from 255 or 87.80% from 254); Max value from RGB is 223 - color contains mainly: blue. Hex color #150ADF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150ADF is #EAF520. Grayscale: #242424. Windows color (decimal): -15398177 or 14617109. OLE color: 14617109.

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

Color convert

RGB 21 10 223 -
CMYK 0.91 0.96 0 0.13
HSL 243.1º 0.91% 0.46% -
HSV(B) 243.1º 0.96% 0.87% -
XYZ 13.74 5.7 70.19 -
YUV 37.57 232.64 116.18 -
System Red Green Blue C M Y K H S L
Decimal 21 10 223 0.91 0.96 0 0.13 243.1 0.91 0.46
Hex 15 A DF 5B 60 0 D F3 5B 2E
Octal 25 12 337 133 140 0 15 363 133 56
Binary 10101 1010 11011111 1011011 1100000 0 1101 11110011 1011011 101110

Color Harmonies of #150ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150ADF

Black with #150ADF

Text Example


Text Example

White with #150ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,10,223); }

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

background-color css

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

 a { background-color: rgb(21,10,223); }

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

border-color css

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

 span { border-color: rgb(21,10,223); }

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