Html Css Color HEX #151FDD Medium Blue

📋 copy color: '#151FDD'

red 21 ◦ green 31 ◦ blue 221

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

Shades of Medium Blue #151FDD

Tints of Medium Blue #151FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.36%

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

R = 7.69%
G = 11.36%
B = 80.95%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#151FDD (or 0x151FDD) is known color: Medium Blue. HEX triplet: 15, 1F and DD. RGB value is (21,31,221). Sum of RGB (Red+Green+Blue) = 21+31+221=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #151FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FDD is #EAE022. Grayscale: #303030. Windows color (decimal): -15392803 or 14491413. OLE color: 14491413.

HSL color Cylindrical-coordinate representation of color #151FDD: hue angle of 237º 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 #151FDD is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 31 221 -
CMYK 0.90 0.86 0 0.13
HSL 237º 0.83% 0.47% -
HSV(B) 237º 0.9% 0.87% -
XYZ 13.85 6.36 68.9 -
YUV 49.67 224.69 107.55 -
System Red Green Blue C M Y K H S L
Decimal 21 31 221 0.90 0.86 0 0.13 237 0.83 0.47
Hex 15 1F DD 5A 56 0 D ED 53 2F
Octal 25 37 335 132 126 0 15 355 123 57
Binary 10101 11111 11011101 1011010 1010110 0 1101 11101101 1010011 101111

Color Harmonies of #151FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151FDD

Black with #151FDD

Text Example


Text Example

White with #151FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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