Html Css Color HEX #150BCF Medium Blue

📋 copy color: '#150BCF'

red 21 ◦ green 11 ◦ blue 207

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

Shades of Medium Blue #150BCF

Tints of Medium Blue #150BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.6%

 BLUE value IS 207 (81.25% from 255) = 86.61%

R = 8.79%
G = 4.6%
B = 86.61%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#150BCF (or 0x150BCF) is known color: Medium Blue. HEX triplet: 15, 0B and CF. RGB value is (21,11,207). Sum of RGB (Red+Green+Blue) = 21+11+207=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 207 (81.25% from 255 or 86.61% from 239); Max value from RGB is 207 - color contains mainly: blue. Hex color #150BCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BCF is #EAF430. Grayscale: #232323. Windows color (decimal): -15397937 or 13568789. OLE color: 13568789.

HSL color Cylindrical-coordinate representation of color #150BCF: hue angle of 243.06º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150BCF is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 11 207 -
CMYK 0.90 0.95 0 0.19
HSL 243.06º 0.9% 0.43% -
HSV(B) 243.06º 0.95% 0.81% -
XYZ 11.69 4.9 59.36 -
YUV 36.33 224.31 117.06 -
System Red Green Blue C M Y K H S L
Decimal 21 11 207 0.90 0.95 0 0.19 243.06 0.9 0.43
Hex 15 B CF 5A 5F 0 13 F3 5A 2B
Octal 25 13 317 132 137 0 23 363 132 53
Binary 10101 1011 11001111 1011010 1011111 0 10011 11110011 1011010 101011

Color Harmonies of #150BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150BCF

Black with #150BCF

Text Example


Text Example

White with #150BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,11,207); }

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

background-color css

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

 a { background-color: rgb(21,11,207); }

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

border-color css

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

 span { border-color: rgb(21,11,207); }

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