Html Css Color HEX #1815EB Blue

📋 copy color: '#1815EB'

red 24 ◦ green 21 ◦ blue 235

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

Shades of Blue #1815EB

Tints of Blue #1815EB

RGB

 RED value IS 24 (9.77% from 255) = 8.57%

 GREEN value IS 21 (8.59% from 255) = 7.5%

 BLUE value IS 235 (92.19% from 255) = 83.93%

R = 8.57%
G = 7.5%
B = 83.93%

CMYK

 C value IS 0.90

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1815EB (or 0x1815EB) is known color: Blue. HEX triplet: 18, 15 and EB. RGB value is (24,21,235). Sum of RGB (Red+Green+Blue) = 24+21+235=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 235 (92.19% from 255 or 83.93% from 280); Max value from RGB is 235 - color contains mainly: blue. Hex color #1815EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1815EB is #E7EA14. Grayscale: #2D2D2D. Windows color (decimal): -15198741 or 15406360. OLE color: 15406360.

HSL color Cylindrical-coordinate representation of color #1815EB: hue angle of 240.84º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1815EB is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 21 235 -
CMYK 0.90 0.91 0 0.08
HSL 240.84º 0.84% 0.5% -
HSV(B) 240.84º 0.91% 0.92% -
XYZ 15.64 6.73 79.07 -
YUV 46.29 234.49 112.1 -
System Red Green Blue C M Y K H S L
Decimal 24 21 235 0.90 0.91 0 0.08 240.84 0.84 0.5
Hex 18 15 EB 5A 5B 0 8 F1 54 32
Octal 30 25 353 132 133 0 10 361 124 62
Binary 11000 10101 11101011 1011010 1011011 0 1000 11110001 1010100 110010

Color Harmonies of #1815EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1815EB

Black with #1815EB

Text Example


Text Example

White with #1815EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1815EB; }

 p { color: rgb(24,21,235); }

 H1.HeaderClassName
 {
   color: #1815EB;
 }
 .AnyTagClassName
 {
   color: #1815EB;
 }
</style>

background-color css

<style>
 a { background-color: #1815EB; }

 a { background-color: rgb(24,21,235); }

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

border-color css

<style>
 span { border-color: #1815EB; }

 span { border-color: rgb(24,21,235); }

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