Html Css Color HEX #151FE1 Medium Blue

📋 copy color: '#151FE1'

red 21 ◦ green 31 ◦ blue 225

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

Shades of Medium Blue #151FE1

Tints of Medium Blue #151FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 81.23%

R = 7.58%
G = 11.19%
B = 81.23%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#151FE1 (or 0x151FE1) is known color: Medium Blue. HEX triplet: 15, 1F and E1. RGB value is (21,31,225). Sum of RGB (Red+Green+Blue) = 21+31+225=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 225 (88.28% from 255 or 81.23% from 277); Max value from RGB is 225 - color contains mainly: blue. Hex color #151FE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FE1 is #EAE01E. Grayscale: #313131. Windows color (decimal): -15392799 or 14753557. OLE color: 14753557.

HSL color Cylindrical-coordinate representation of color #151FE1: hue angle of 237.06º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151FE1 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 31 225 -
CMYK 0.91 0.86 0 0.12
HSL 237.06º 0.83% 0.48% -
HSV(B) 237.06º 0.91% 0.88% -
XYZ 14.39 6.58 71.74 -
YUV 50.13 226.69 107.23 -
System Red Green Blue C M Y K H S L
Decimal 21 31 225 0.91 0.86 0 0.12 237.06 0.83 0.48
Hex 15 1F E1 5B 56 0 C ED 53 30
Octal 25 37 341 133 126 0 14 355 123 60
Binary 10101 11111 11100001 1011011 1010110 0 1100 11101101 1010011 110000

Color Harmonies of #151FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151FE1

Black with #151FE1

Text Example


Text Example

White with #151FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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