Html Css Color HEX #163DEE Persian Blue

📋 copy color: '#163DEE'

red 22 ◦ green 61 ◦ blue 238

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

Shades of Persian Blue #163DEE

Tints of Persian Blue #163DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 74.14%

R = 6.85%
G = 19%
B = 74.14%

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

#163DEE (or 0x163DEE) is known color: Persian Blue. HEX triplet: 16, 3D and EE. RGB value is (22,61,238). Sum of RGB (Red+Green+Blue) = 22+61+238=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #163DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163DEE is #E9C211. Grayscale: #444444. Windows color (decimal): -15319570 or 15613206. OLE color: 15613206.

HSL color Cylindrical-coordinate representation of color #163DEE: hue angle of 229.17º 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 #163DEE is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 61 238 -
CMYK 0.91 0.74 0 0.07
HSL 229.17º 0.86% 0.51% -
HSV(B) 229.17º 0.91% 0.93% -
XYZ 17.43 9.68 81.84 -
YUV 69.52 223.08 94.11 -
System Red Green Blue C M Y K H S L
Decimal 22 61 238 0.91 0.74 0 0.07 229.17 0.86 0.51
Hex 16 3D EE 5B 4A 0 7 E5 56 33
Octal 26 75 356 133 112 0 7 345 126 63
Binary 10110 111101 11101110 1011011 1001010 0 111 11100101 1010110 110011

Color Harmonies of #163DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163DEE

Black with #163DEE

Text Example


Text Example

White with #163DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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