Html Css Color HEX #1839DC Persian Blue

📋 copy color: '#1839DC'

red 24 ◦ green 57 ◦ blue 220

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

Shades of Persian Blue #1839DC

Tints of Persian Blue #1839DC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.94%

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

R = 7.97%
G = 18.94%
B = 73.09%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1839DC (or 0x1839DC) is known color: Persian Blue. HEX triplet: 18, 39 and DC. RGB value is (24,57,220). Sum of RGB (Red+Green+Blue) = 24+57+220=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #1839DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1839DC is #E7C623. Grayscale: #414141. Windows color (decimal): -15189540 or 14432536. OLE color: 14432536.

HSL color Cylindrical-coordinate representation of color #1839DC: hue angle of 229.9º 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 #1839DC is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 57 220 -
CMYK 0.89 0.74 0 0.14
HSL 229.9º 0.8% 0.48% -
HSV(B) 229.9º 0.89% 0.86% -
XYZ 14.76 8.29 68.53 -
YUV 65.72 215.07 98.25 -
System Red Green Blue C M Y K H S L
Decimal 24 57 220 0.89 0.74 0 0.14 229.9 0.8 0.48
Hex 18 39 DC 59 4A 0 E E6 50 30
Octal 30 71 334 131 112 0 16 346 120 60
Binary 11000 111001 11011100 1011001 1001010 0 1110 11100110 1010000 110000

Color Harmonies of #1839DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1839DC

Black with #1839DC

Text Example


Text Example

White with #1839DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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