Html Css Color HEX #1824EF Blue

📋 copy color: '#1824EF'

red 24 ◦ green 36 ◦ blue 239

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

Shades of Blue #1824EF

Tints of Blue #1824EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 79.93%

R = 8.03%
G = 12.04%
B = 79.93%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1824EF (or 0x1824EF) is known color: Blue. HEX triplet: 18, 24 and EF. RGB value is (24,36,239). Sum of RGB (Red+Green+Blue) = 24+36+239=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 239 (93.75% from 255 or 79.93% from 299); Max value from RGB is 239 - color contains mainly: blue. Hex color #1824EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1824EF is #E7DB10. Grayscale: #363636. Windows color (decimal): -15194897 or 15672344. OLE color: 15672344.

HSL color Cylindrical-coordinate representation of color #1824EF: hue angle of 236.65º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1824EF is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 36 239 -
CMYK 0.90 0.85 0 0.06
HSL 236.65º 0.87% 0.52% -
HSV(B) 236.65º 0.9% 0.94% -
XYZ 16.59 7.69 82.27 -
YUV 55.55 231.52 105.49 -
System Red Green Blue C M Y K H S L
Decimal 24 36 239 0.90 0.85 0 0.06 236.65 0.87 0.52
Hex 18 24 EF 5A 55 0 6 ED 57 34
Octal 30 44 357 132 125 0 6 355 127 64
Binary 11000 100100 11101111 1011010 1010101 0 110 11101101 1010111 110100

Color Harmonies of #1824EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1824EF

Black with #1824EF

Text Example


Text Example

White with #1824EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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