Html Css Color HEX #1824D8 Persian Blue

📋 copy color: '#1824D8'

red 24 ◦ green 36 ◦ blue 216

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

Shades of Persian Blue #1824D8

Tints of Persian Blue #1824D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 78.26%

R = 8.7%
G = 13.04%
B = 78.26%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1824D8 (or 0x1824D8) is known color: Persian Blue. HEX triplet: 18, 24 and D8. RGB value is (24,36,216). Sum of RGB (Red+Green+Blue) = 24+36+216=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 216 (84.77% from 255 or 78.26% from 276); Max value from RGB is 216 - color contains mainly: blue. Hex color #1824D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1824D8 is #E7DB27. Grayscale: #343434. Windows color (decimal): -15194920 or 14165016. OLE color: 14165016.

HSL color Cylindrical-coordinate representation of color #1824D8: hue angle of 236.25º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1824D8 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 36 216 -
CMYK 0.89 0.83 0 0.15
HSL 236.25º 0.8% 0.47% -
HSV(B) 236.25º 0.89% 0.85% -
XYZ 13.4 6.41 65.5 -
YUV 52.93 220.02 107.36 -
System Red Green Blue C M Y K H S L
Decimal 24 36 216 0.89 0.83 0 0.15 236.25 0.8 0.47
Hex 18 24 D8 59 53 0 F EC 50 2F
Octal 30 44 330 131 123 0 17 354 120 57
Binary 11000 100100 11011000 1011001 1010011 0 1111 11101100 1010000 101111

Color Harmonies of #1824D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1824D8

Black with #1824D8

Text Example


Text Example

White with #1824D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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