Html Css Color HEX #163DDF Persian Blue

📋 copy color: '#163DDF'

red 22 ◦ green 61 ◦ blue 223

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

Shades of Persian Blue #163DDF

Tints of Persian Blue #163DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.93%

 BLUE value IS 223 (87.5% from 255) = 72.88%

R = 7.19%
G = 19.93%
B = 72.88%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#163DDF (or 0x163DDF) is known color: Persian Blue. HEX triplet: 16, 3D and DF. RGB value is (22,61,223). Sum of RGB (Red+Green+Blue) = 22+61+223=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #163DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163DDF is #E9C220. Grayscale: #434343. Windows color (decimal): -15319585 or 14630166. OLE color: 14630166.

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

Color convert

RGB 22 61 223 -
CMYK 0.90 0.73 0 0.13
HSL 228.36º 0.82% 0.48% -
HSV(B) 228.36º 0.9% 0.87% -
XYZ 15.32 8.84 70.71 -
YUV 67.81 215.58 95.33 -
System Red Green Blue C M Y K H S L
Decimal 22 61 223 0.90 0.73 0 0.13 228.36 0.82 0.48
Hex 16 3D DF 5A 49 0 D E4 52 30
Octal 26 75 337 132 111 0 15 344 122 60
Binary 10110 111101 11011111 1011010 1001001 0 1101 11100100 1010010 110000

Color Harmonies of #163DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163DDF

Black with #163DDF

Text Example


Text Example

White with #163DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,61,223); }

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

background-color css

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

 a { background-color: rgb(22,61,223); }

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

border-color css

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

 span { border-color: rgb(22,61,223); }

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