Html Css Color HEX #1835DC Persian Blue

📋 copy color: '#1835DC'

red 24 ◦ green 53 ◦ blue 220

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

Shades of Persian Blue #1835DC

Tints of Persian Blue #1835DC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.85%

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

R = 8.08%
G = 17.85%
B = 74.07%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1835DC (or 0x1835DC) is known color: Persian Blue. HEX triplet: 18, 35 and DC. RGB value is (24,53,220). Sum of RGB (Red+Green+Blue) = 24+53+220=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #1835DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1835DC is #E7CA23. Grayscale: #3E3E3E. Windows color (decimal): -15190564 or 14431512. OLE color: 14431512.

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

Color convert

RGB 24 53 220 -
CMYK 0.89 0.76 0 0.14
HSL 231.12º 0.8% 0.48% -
HSV(B) 231.12º 0.89% 0.86% -
XYZ 14.57 7.91 68.47 -
YUV 63.37 216.39 99.92 -
System Red Green Blue C M Y K H S L
Decimal 24 53 220 0.89 0.76 0 0.14 231.12 0.8 0.48
Hex 18 35 DC 59 4C 0 E E7 50 30
Octal 30 65 334 131 114 0 16 347 120 60
Binary 11000 110101 11011100 1011001 1001100 0 1110 11100111 1010000 110000

Color Harmonies of #1835DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1835DC

Black with #1835DC

Text Example


Text Example

White with #1835DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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