Html Css Color HEX #151BDA Medium Blue

📋 copy color: '#151BDA'

red 21 ◦ green 27 ◦ blue 218

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

Shades of Medium Blue #151BDA

Tints of Medium Blue #151BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 81.95%

R = 7.89%
G = 10.15%
B = 81.95%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#151BDA (or 0x151BDA) is known color: Medium Blue. HEX triplet: 15, 1B and DA. RGB value is (21,27,218). Sum of RGB (Red+Green+Blue) = 21+27+218=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 218 (85.55% from 255 or 81.95% from 266); Max value from RGB is 218 - color contains mainly: blue. Hex color #151BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151BDA is #EAE425. Grayscale: #2E2E2E. Windows color (decimal): -15393830 or 14293781. OLE color: 14293781.

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

Color convert

RGB 21 27 218 -
CMYK 0.90 0.88 0 0.15
HSL 238.17º 0.82% 0.47% -
HSV(B) 238.17º 0.9% 0.85% -
XYZ 13.36 6.01 66.78 -
YUV 46.98 224.51 109.47 -
System Red Green Blue C M Y K H S L
Decimal 21 27 218 0.90 0.88 0 0.15 238.17 0.82 0.47
Hex 15 1B DA 5A 58 0 F EE 52 2F
Octal 25 33 332 132 130 0 17 356 122 57
Binary 10101 11011 11011010 1011010 1011000 0 1111 11101110 1010010 101111

Color Harmonies of #151BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151BDA

Black with #151BDA

Text Example


Text Example

White with #151BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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