Html Css Color HEX #151EF1 Blue

📋 copy color: '#151EF1'

red 21 ◦ green 30 ◦ blue 241

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

Shades of Blue #151EF1

Tints of Blue #151EF1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.27%

 BLUE value IS 241 (94.53% from 255) = 82.53%

R = 7.19%
G = 10.27%
B = 82.53%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#151EF1 (or 0x151EF1) is known color: Blue. HEX triplet: 15, 1E and F1. RGB value is (21,30,241). Sum of RGB (Red+Green+Blue) = 21+30+241=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 241 (94.53% from 255 or 82.53% from 292); Max value from RGB is 241 - color contains mainly: blue. Hex color #151EF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151EF1 is #EAE10E. Grayscale: #323232. Windows color (decimal): -15393039 or 15801877. OLE color: 15801877.

HSL color Cylindrical-coordinate representation of color #151EF1: hue angle of 237.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151EF1 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 30 241 -
CMYK 0.91 0.88 0 0.05
HSL 237.55º 0.89% 0.51% -
HSV(B) 237.55º 0.91% 0.95% -
XYZ 16.65 7.44 83.78 -
YUV 51.36 235.02 106.34 -
System Red Green Blue C M Y K H S L
Decimal 21 30 241 0.91 0.88 0 0.05 237.55 0.89 0.51
Hex 15 1E F1 5B 58 0 5 EE 59 33
Octal 25 36 361 133 130 0 5 356 131 63
Binary 10101 11110 11110001 1011011 1011000 0 101 11101110 1011001 110011

Color Harmonies of #151EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151EF1

Black with #151EF1

Text Example


Text Example

White with #151EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,30,241); }

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

background-color css

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

 a { background-color: rgb(21,30,241); }

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

border-color css

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

 span { border-color: rgb(21,30,241); }

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