Html Css Color HEX #151EED Blue

📋 copy color: '#151EED'

red 21 ◦ green 30 ◦ blue 237

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

Shades of Blue #151EED

Tints of Blue #151EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 82.29%

R = 7.29%
G = 10.42%
B = 82.29%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#151EED (or 0x151EED) is known color: Blue. HEX triplet: 15, 1E and ED. RGB value is (21,30,237). Sum of RGB (Red+Green+Blue) = 21+30+237=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 237 (92.97% from 255 or 82.29% from 288); Max value from RGB is 237 - color contains mainly: blue. Hex color #151EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151EED is #EAE112. Grayscale: #323232. Windows color (decimal): -15393043 or 15539733. OLE color: 15539733.

HSL color Cylindrical-coordinate representation of color #151EED: hue angle of 237.5º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151EED is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 30 237 -
CMYK 0.91 0.87 0 0.07
HSL 237.5º 0.86% 0.51% -
HSV(B) 237.5º 0.91% 0.93% -
XYZ 16.06 7.2 80.66 -
YUV 50.91 233.02 106.67 -
System Red Green Blue C M Y K H S L
Decimal 21 30 237 0.91 0.87 0 0.07 237.5 0.86 0.51
Hex 15 1E ED 5B 57 0 7 EE 56 33
Octal 25 36 355 133 127 0 7 356 126 63
Binary 10101 11110 11101101 1011011 1010111 0 111 11101110 1010110 110011

Color Harmonies of #151EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151EED

Black with #151EED

Text Example


Text Example

White with #151EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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