Html Css Color HEX #163EDD Persian Blue

📋 copy color: '#163EDD'

red 22 ◦ green 62 ◦ blue 221

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

Shades of Persian Blue #163EDD

Tints of Persian Blue #163EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.33%

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

R = 7.21%
G = 20.33%
B = 72.46%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#163EDD (or 0x163EDD) is known color: Persian Blue. HEX triplet: 16, 3E and DD. RGB value is (22,62,221). Sum of RGB (Red+Green+Blue) = 22+62+221=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #163EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163EDD is #E9C122. Grayscale: #434343. Windows color (decimal): -15319331 or 14499350. OLE color: 14499350.

HSL color Cylindrical-coordinate representation of color #163EDD: hue angle of 227.94º 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 #163EDD is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 62 221 -
CMYK 0.90 0.72 0 0.13
HSL 227.94º 0.82% 0.48% -
HSV(B) 227.94º 0.9% 0.87% -
XYZ 15.1 8.84 69.32 -
YUV 68.17 214.25 95.07 -
System Red Green Blue C M Y K H S L
Decimal 22 62 221 0.90 0.72 0 0.13 227.94 0.82 0.48
Hex 16 3E DD 5A 48 0 D E4 52 30
Octal 26 76 335 132 110 0 15 344 122 60
Binary 10110 111110 11011101 1011010 1001000 0 1101 11100100 1010010 110000

Color Harmonies of #163EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163EDD

Black with #163EDD

Text Example


Text Example

White with #163EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163EDD; }

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

 H1.HeaderClassName
 {
   color: #163EDD;
 }
 .AnyTagClassName
 {
   color: #163EDD;
 }
</style>

background-color css

<style>
 a { background-color: #163EDD; }

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

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

border-color css

<style>
 span { border-color: #163EDD; }

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

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