Html Css Color HEX #1828DC Persian Blue

📋 copy color: '#1828DC'

red 24 ◦ green 40 ◦ blue 220

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

Shades of Persian Blue #1828DC

Tints of Persian Blue #1828DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.08%

 BLUE value IS 220 (86.33% from 255) = 77.46%

R = 8.45%
G = 14.08%
B = 77.46%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1828DC (or 0x1828DC) is known color: Persian Blue. HEX triplet: 18, 28 and DC. RGB value is (24,40,220). Sum of RGB (Red+Green+Blue) = 24+40+220=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #1828DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1828DC is #E7D723. Grayscale: #373737. Windows color (decimal): -15193892 or 14428184. OLE color: 14428184.

HSL color Cylindrical-coordinate representation of color #1828DC: hue angle of 235.1º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1828DC is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 40 220 -
CMYK 0.89 0.82 0 0.14
HSL 235.1º 0.8% 0.48% -
HSV(B) 235.1º 0.89% 0.86% -
XYZ 14.05 6.88 68.3 -
YUV 55.74 220.7 105.36 -
System Red Green Blue C M Y K H S L
Decimal 24 40 220 0.89 0.82 0 0.14 235.1 0.8 0.48
Hex 18 28 DC 59 52 0 E EB 50 30
Octal 30 50 334 131 122 0 16 353 120 60
Binary 11000 101000 11011100 1011001 1010010 0 1110 11101011 1010000 110000

Color Harmonies of #1828DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1828DC

Black with #1828DC

Text Example


Text Example

White with #1828DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1828DC; }

 p { color: rgb(24,40,220); }

 H1.HeaderClassName
 {
   color: #1828DC;
 }
 .AnyTagClassName
 {
   color: #1828DC;
 }
</style>

background-color css

<style>
 a { background-color: #1828DC; }

 a { background-color: rgb(24,40,220); }

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

border-color css

<style>
 span { border-color: #1828DC; }

 span { border-color: rgb(24,40,220); }

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