Html Css Color HEX #151BDD Medium Blue

📋 copy color: '#151BDD'

red 21 ◦ green 27 ◦ blue 221

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

Shades of Medium Blue #151BDD

Tints of Medium Blue #151BDD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.04%

 BLUE value IS 221 (86.72% from 255) = 82.16%

R = 7.81%
G = 10.04%
B = 82.16%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#151BDD (or 0x151BDD) is known color: Medium Blue. HEX triplet: 15, 1B and DD. RGB value is (21,27,221). Sum of RGB (Red+Green+Blue) = 21+27+221=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #151BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151BDD is #EAE422. Grayscale: #2E2E2E. Windows color (decimal): -15393827 or 14490389. OLE color: 14490389.

HSL color Cylindrical-coordinate representation of color #151BDD: hue angle of 238.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151BDD is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 27 221 -
CMYK 0.90 0.88 0 0.13
HSL 238.2º 0.83% 0.47% -
HSV(B) 238.2º 0.9% 0.87% -
XYZ 13.75 6.16 68.87 -
YUV 47.32 226.01 109.23 -
System Red Green Blue C M Y K H S L
Decimal 21 27 221 0.90 0.88 0 0.13 238.2 0.83 0.47
Hex 15 1B DD 5A 58 0 D EE 53 2F
Octal 25 33 335 132 130 0 15 356 123 57
Binary 10101 11011 11011101 1011010 1011000 0 1101 11101110 1010011 101111

Color Harmonies of #151BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151BDD

Black with #151BDD

Text Example


Text Example

White with #151BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,27,221); }

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

background-color css

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

 a { background-color: rgb(21,27,221); }

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

border-color css

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

 span { border-color: rgb(21,27,221); }

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