Html Css Color HEX #163EDF Persian Blue

📋 copy color: '#163EDF'

red 22 ◦ green 62 ◦ blue 223

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

Shades of Persian Blue #163EDF

Tints of Persian Blue #163EDF

RGB

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

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

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

R = 7.17%
G = 20.2%
B = 72.64%

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

#163EDF (or 0x163EDF) is known color: Persian Blue. HEX triplet: 16, 3E and DF. RGB value is (22,62,223). Sum of RGB (Red+Green+Blue) = 22+62+223=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #163EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163EDF is #E9C120. Grayscale: #434343. Windows color (decimal): -15319329 or 14630422. OLE color: 14630422.

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

Color convert

RGB 22 62 223 -
CMYK 0.90 0.72 0 0.13
HSL 228.06º 0.82% 0.48% -
HSV(B) 228.06º 0.9% 0.87% -
XYZ 15.37 8.94 70.73 -
YUV 68.39 215.25 94.91 -
System Red Green Blue C M Y K H S L
Decimal 22 62 223 0.90 0.72 0 0.13 228.06 0.82 0.48
Hex 16 3E DF 5A 48 0 D E4 52 30
Octal 26 76 337 132 110 0 15 344 122 60
Binary 10110 111110 11011111 1011010 1001000 0 1101 11100100 1010010 110000

Color Harmonies of #163EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163EDF

Black with #163EDF

Text Example


Text Example

White with #163EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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