Html Css Color HEX #1833DC Persian Blue

📋 copy color: '#1833DC'

red 24 ◦ green 51 ◦ blue 220

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

Shades of Persian Blue #1833DC

Tints of Persian Blue #1833DC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.29%

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

R = 8.14%
G = 17.29%
B = 74.58%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1833DC (or 0x1833DC) is known color: Persian Blue. HEX triplet: 18, 33 and DC. RGB value is (24,51,220). Sum of RGB (Red+Green+Blue) = 24+51+220=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #1833DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1833DC is #E7CC23. Grayscale: #3D3D3D. Windows color (decimal): -15191076 or 14431000. OLE color: 14431000.

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

Color convert

RGB 24 51 220 -
CMYK 0.89 0.77 0 0.14
HSL 231.73º 0.8% 0.48% -
HSV(B) 231.73º 0.89% 0.86% -
XYZ 14.48 7.73 68.44 -
YUV 62.19 217.05 100.76 -
System Red Green Blue C M Y K H S L
Decimal 24 51 220 0.89 0.77 0 0.14 231.73 0.8 0.48
Hex 18 33 DC 59 4D 0 E E8 50 30
Octal 30 63 334 131 115 0 16 350 120 60
Binary 11000 110011 11011100 1011001 1001101 0 1110 11101000 1010000 110000

Color Harmonies of #1833DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1833DC

Black with #1833DC

Text Example


Text Example

White with #1833DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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