Html Css Color HEX #1833DD Persian Blue

📋 copy color: '#1833DD'

red 24 ◦ green 51 ◦ blue 221

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

Shades of Persian Blue #1833DD

Tints of Persian Blue #1833DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.66%

R = 8.11%
G = 17.23%
B = 74.66%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1833DD (or 0x1833DD) is known color: Persian Blue. HEX triplet: 18, 33 and DD. RGB value is (24,51,221). Sum of RGB (Red+Green+Blue) = 24+51+221=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #1833DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1833DD is #E7CC22. Grayscale: #3D3D3D. Windows color (decimal): -15191075 or 14496536. OLE color: 14496536.

HSL color Cylindrical-coordinate representation of color #1833DD: hue angle of 231.78º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1833DD is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 51 221 -
CMYK 0.89 0.77 0 0.13
HSL 231.78º 0.8% 0.48% -
HSV(B) 231.78º 0.89% 0.87% -
XYZ 14.61 7.78 69.14 -
YUV 62.31 217.55 100.68 -
System Red Green Blue C M Y K H S L
Decimal 24 51 221 0.89 0.77 0 0.13 231.78 0.8 0.48
Hex 18 33 DD 59 4D 0 D E8 50 30
Octal 30 63 335 131 115 0 15 350 120 60
Binary 11000 110011 11011101 1011001 1001101 0 1101 11101000 1010000 110000

Color Harmonies of #1833DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1833DD

Black with #1833DD

Text Example


Text Example

White with #1833DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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