Html Css Color HEX #1827DD Persian Blue

📋 copy color: '#1827DD'

red 24 ◦ green 39 ◦ blue 221

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

Shades of Persian Blue #1827DD

Tints of Persian Blue #1827DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

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

R = 8.45%
G = 13.73%
B = 77.82%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1827DD (or 0x1827DD) is known color: Persian Blue. HEX triplet: 18, 27 and DD. RGB value is (24,39,221). Sum of RGB (Red+Green+Blue) = 24+39+221=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #1827DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1827DD is #E7D822. Grayscale: #363636. Windows color (decimal): -15194147 or 14493464. OLE color: 14493464.

HSL color Cylindrical-coordinate representation of color #1827DD: hue angle of 235.43º 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 #1827DD is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 39 221 -
CMYK 0.89 0.82 0 0.13
HSL 235.43º 0.8% 0.48% -
HSV(B) 235.43º 0.89% 0.87% -
XYZ 14.15 6.87 68.99 -
YUV 55.26 221.53 105.7 -
System Red Green Blue C M Y K H S L
Decimal 24 39 221 0.89 0.82 0 0.13 235.43 0.8 0.48
Hex 18 27 DD 59 52 0 D EB 50 30
Octal 30 47 335 131 122 0 15 353 120 60
Binary 11000 100111 11011101 1011001 1010010 0 1101 11101011 1010000 110000

Color Harmonies of #1827DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1827DD

Black with #1827DD

Text Example


Text Example

White with #1827DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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