Html Css Color HEX #163FDD Persian Blue

📋 copy color: '#163FDD'

red 22 ◦ green 63 ◦ blue 221

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

Shades of Persian Blue #163FDD

Tints of Persian Blue #163FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 20.59%

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

R = 7.19%
G = 20.59%
B = 72.22%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#163FDD (or 0x163FDD) is known color: Persian Blue. HEX triplet: 16, 3F and DD. RGB value is (22,63,221). Sum of RGB (Red+Green+Blue) = 22+63+221=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #163FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163FDD is #E9C022. Grayscale: #444444. Windows color (decimal): -15319075 or 14499606. OLE color: 14499606.

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

Color convert

RGB 22 63 221 -
CMYK 0.90 0.71 0 0.13
HSL 227.64º 0.82% 0.48% -
HSV(B) 227.64º 0.9% 0.87% -
XYZ 15.16 8.95 69.33 -
YUV 68.75 213.92 94.65 -
System Red Green Blue C M Y K H S L
Decimal 22 63 221 0.90 0.71 0 0.13 227.64 0.82 0.48
Hex 16 3F DD 5A 47 0 D E4 52 30
Octal 26 77 335 132 107 0 15 344 122 60
Binary 10110 111111 11011101 1011010 1000111 0 1101 11100100 1010010 110000

Color Harmonies of #163FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163FDD

Black with #163FDD

Text Example


Text Example

White with #163FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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