Html Css Color HEX #1824ED Blue

📋 copy color: '#1824ED'

red 24 ◦ green 36 ◦ blue 237

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

Shades of Blue #1824ED

Tints of Blue #1824ED

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.12%

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

R = 8.08%
G = 12.12%
B = 79.8%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1824ED (or 0x1824ED) is known color: Blue. HEX triplet: 18, 24 and ED. RGB value is (24,36,237). Sum of RGB (Red+Green+Blue) = 24+36+237=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 237 (92.97% from 255 or 79.80% from 297); Max value from RGB is 237 - color contains mainly: blue. Hex color #1824ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1824ED is #E7DB12. Grayscale: #363636. Windows color (decimal): -15194899 or 15541272. OLE color: 15541272.

HSL color Cylindrical-coordinate representation of color #1824ED: hue angle of 236.62º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1824ED is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 36 237 -
CMYK 0.90 0.85 0 0.07
HSL 236.62º 0.86% 0.51% -
HSV(B) 236.62º 0.9% 0.93% -
XYZ 16.29 7.57 80.72 -
YUV 55.33 230.52 105.66 -
System Red Green Blue C M Y K H S L
Decimal 24 36 237 0.90 0.85 0 0.07 236.62 0.86 0.51
Hex 18 24 ED 5A 55 0 7 ED 56 33
Octal 30 44 355 132 125 0 7 355 126 63
Binary 11000 100100 11101101 1011010 1010101 0 111 11101101 1010110 110011

Color Harmonies of #1824ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1824ED

Black with #1824ED

Text Example


Text Example

White with #1824ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1824ED; }

 p { color: rgb(24,36,237); }

 H1.HeaderClassName
 {
   color: #1824ED;
 }
 .AnyTagClassName
 {
   color: #1824ED;
 }
</style>

background-color css

<style>
 a { background-color: #1824ED; }

 a { background-color: rgb(24,36,237); }

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

border-color css

<style>
 span { border-color: #1824ED; }

 span { border-color: rgb(24,36,237); }

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