Html Css Color HEX #151ACD Medium Blue

📋 copy color: '#151ACD'

red 21 ◦ green 26 ◦ blue 205

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

Shades of Medium Blue #151ACD

Tints of Medium Blue #151ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.32%

 BLUE value IS 205 (80.47% from 255) = 81.35%

R = 8.33%
G = 10.32%
B = 81.35%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#151ACD (or 0x151ACD) is known color: Medium Blue. HEX triplet: 15, 1A and CD. RGB value is (21,26,205). Sum of RGB (Red+Green+Blue) = 21+26+205=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 205 (80.47% from 255 or 81.35% from 252); Max value from RGB is 205 - color contains mainly: blue. Hex color #151ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ACD is #EAE532. Grayscale: #2C2C2C. Windows color (decimal): -15394099 or 13441557. OLE color: 13441557.

HSL color Cylindrical-coordinate representation of color #151ACD: hue angle of 238.37º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151ACD is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 26 205 -
CMYK 0.90 0.87 0 0.20
HSL 238.37º 0.81% 0.44% -
HSV(B) 238.37º 0.9% 0.8% -
XYZ 11.7 5.31 58.17 -
YUV 44.91 218.34 110.95 -
System Red Green Blue C M Y K H S L
Decimal 21 26 205 0.90 0.87 0 0.20 238.37 0.81 0.44
Hex 15 1A CD 5A 57 0 14 EE 51 2C
Octal 25 32 315 132 127 0 24 356 121 54
Binary 10101 11010 11001101 1011010 1010111 0 10100 11101110 1010001 101100

Color Harmonies of #151ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151ACD

Black with #151ACD

Text Example


Text Example

White with #151ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151ACD; }

 p { color: rgb(21,26,205); }

 H1.HeaderClassName
 {
   color: #151ACD;
 }
 .AnyTagClassName
 {
   color: #151ACD;
 }
</style>

background-color css

<style>
 a { background-color: #151ACD; }

 a { background-color: rgb(21,26,205); }

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

border-color css

<style>
 span { border-color: #151ACD; }

 span { border-color: rgb(21,26,205); }

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