Html Css Color HEX #150FCB Medium Blue

📋 copy color: '#150FCB'

red 21 ◦ green 15 ◦ blue 203

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

Shades of Medium Blue #150FCB

Tints of Medium Blue #150FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 84.94%

R = 8.79%
G = 6.28%
B = 84.94%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#150FCB (or 0x150FCB) is known color: Medium Blue. HEX triplet: 15, 0F and CB. RGB value is (21,15,203). Sum of RGB (Red+Green+Blue) = 21+15+203=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 203 (79.69% from 255 or 84.94% from 239); Max value from RGB is 203 - color contains mainly: blue. Hex color #150FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150FCB is #EAF034. Grayscale: #252525. Windows color (decimal): -15396917 or 13307669. OLE color: 13307669.

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

Color convert

RGB 21 15 203 -
CMYK 0.90 0.93 0 0.20
HSL 241.91º 0.86% 0.43% -
HSV(B) 241.91º 0.93% 0.8% -
XYZ 11.26 4.81 56.84 -
YUV 38.23 220.99 115.71 -
System Red Green Blue C M Y K H S L
Decimal 21 15 203 0.90 0.93 0 0.20 241.91 0.86 0.43
Hex 15 F CB 5A 5D 0 14 F2 56 2B
Octal 25 17 313 132 135 0 24 362 126 53
Binary 10101 1111 11001011 1011010 1011101 0 10100 11110010 1010110 101011

Color Harmonies of #150FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150FCB

Black with #150FCB

Text Example


Text Example

White with #150FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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