Html Css Color HEX #163DED Persian Blue

📋 copy color: '#163DED'

red 22 ◦ green 61 ◦ blue 237

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

Shades of Persian Blue #163DED

Tints of Persian Blue #163DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 74.06%

R = 6.88%
G = 19.06%
B = 74.06%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#163DED (or 0x163DED) is known color: Persian Blue. HEX triplet: 16, 3D and ED. RGB value is (22,61,237). Sum of RGB (Red+Green+Blue) = 22+61+237=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #163DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163DED is #E9C212. Grayscale: #444444. Windows color (decimal): -15319571 or 15547670. OLE color: 15547670.

HSL color Cylindrical-coordinate representation of color #163DED: hue angle of 229.12º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #163DED is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 61 237 -
CMYK 0.91 0.74 0 0.07
HSL 229.12º 0.86% 0.51% -
HSV(B) 229.12º 0.91% 0.93% -
XYZ 17.29 9.62 81.07 -
YUV 69.4 222.58 94.19 -
System Red Green Blue C M Y K H S L
Decimal 22 61 237 0.91 0.74 0 0.07 229.12 0.86 0.51
Hex 16 3D ED 5B 4A 0 7 E5 56 33
Octal 26 75 355 133 112 0 7 345 126 63
Binary 10110 111101 11101101 1011011 1001010 0 111 11100101 1010110 110011

Color Harmonies of #163DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163DED

Black with #163DED

Text Example


Text Example

White with #163DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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