Html Css Color HEX #1505EE Blue

📋 copy color: '#1505EE'

red 21 ◦ green 5 ◦ blue 238

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

Shades of Blue #1505EE

Tints of Blue #1505EE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 238 (93.36% from 255) = 90.15%

R = 7.95%
G = 1.89%
B = 90.15%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1505EE (or 0x1505EE) is known color: Blue. HEX triplet: 15, 05 and EE. RGB value is (21,5,238). Sum of RGB (Red+Green+Blue) = 21+5+238=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 238 (93.36% from 255 or 90.15% from 264); Max value from RGB is 238 - color contains mainly: blue. Hex color #1505EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1505EE is #EAFA11. Grayscale: #232323. Windows color (decimal): -15399442 or 15598869. OLE color: 15598869.

HSL color Cylindrical-coordinate representation of color #1505EE: hue angle of 244.12º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1505EE is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 5 238 -
CMYK 0.91 0.98 0 0.07
HSL 244.12º 0.96% 0.48% -
HSV(B) 244.12º 0.98% 0.93% -
XYZ 15.8 6.44 81.3 -
YUV 36.35 241.8 117.05 -
System Red Green Blue C M Y K H S L
Decimal 21 5 238 0.91 0.98 0 0.07 244.12 0.96 0.48
Hex 15 5 EE 5B 62 0 7 F4 60 30
Octal 25 5 356 133 142 0 7 364 140 60
Binary 10101 101 11101110 1011011 1100010 0 111 11110100 1100000 110000

Color Harmonies of #1505EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1505EE

Black with #1505EE

Text Example


Text Example

White with #1505EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1505EE; }

 p { color: rgb(21,5,238); }

 H1.HeaderClassName
 {
   color: #1505EE;
 }
 .AnyTagClassName
 {
   color: #1505EE;
 }
</style>

background-color css

<style>
 a { background-color: #1505EE; }

 a { background-color: rgb(21,5,238); }

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

border-color css

<style>
 span { border-color: #1505EE; }

 span { border-color: rgb(21,5,238); }

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