Html Css Color HEX #1648DD Persian Blue

📋 copy color: '#1648DD'

red 22 ◦ green 72 ◦ blue 221

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

Shades of Persian Blue #1648DD

Tints of Persian Blue #1648DD

RGB

 RED value IS 22 (8.98% from 255) = 6.98%

 GREEN value IS 72 (28.52% from 255) = 22.86%

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

R = 6.98%
G = 22.86%
B = 70.16%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1648DD (or 0x1648DD) is known color: Persian Blue. HEX triplet: 16, 48 and DD. RGB value is (22,72,221). Sum of RGB (Red+Green+Blue) = 22+72+221=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #1648DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1648DD is #E9B722. Grayscale: #494949. Windows color (decimal): -15316771 or 14501910. OLE color: 14501910.

HSL color Cylindrical-coordinate representation of color #1648DD: hue angle of 224.92º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1648DD is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 72 221 -
CMYK 0.90 0.67 0 0.13
HSL 224.92º 0.82% 0.48% -
HSV(B) 224.92º 0.9% 0.87% -
XYZ 15.7 10.03 69.51 -
YUV 74.04 210.94 90.88 -
System Red Green Blue C M Y K H S L
Decimal 22 72 221 0.90 0.67 0 0.13 224.92 0.82 0.48
Hex 16 48 DD 5A 43 0 D E1 52 30
Octal 26 110 335 132 103 0 15 341 122 60
Binary 10110 1001000 11011101 1011010 1000011 0 1101 11100001 1010010 110000

Color Harmonies of #1648DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1648DD

Black with #1648DD

Text Example


Text Example

White with #1648DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,72,221); }

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

background-color css

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

 a { background-color: rgb(22,72,221); }

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

border-color css

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

 span { border-color: rgb(22,72,221); }

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