Html Css Color HEX #104ADD Persian Blue

📋 copy color: '#104ADD'

red 16 ◦ green 74 ◦ blue 221

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

Shades of Persian Blue #104ADD

Tints of Persian Blue #104ADD

RGB

 RED value IS 16 (6.64% from 255) = 5.14%

 GREEN value IS 74 (29.3% from 255) = 23.79%

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

R = 5.14%
G = 23.79%
B = 71.06%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#104ADD (or 0x104ADD) is known color: Persian Blue. HEX triplet: 10, 4A and DD. RGB value is (16,74,221). Sum of RGB (Red+Green+Blue) = 16+74+221=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #104ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104ADD is #EFB522. Grayscale: #484848. Windows color (decimal): -15709475 or 14502416. OLE color: 14502416.

HSL color Cylindrical-coordinate representation of color #104ADD: hue angle of 223.02º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104ADD is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 74 221 -
CMYK 0.93 0.67 0 0.13
HSL 223.02º 0.86% 0.46% -
HSV(B) 223.02º 0.93% 0.87% -
XYZ 15.71 10.23 69.55 -
YUV 73.42 211.28 87.05 -
System Red Green Blue C M Y K H S L
Decimal 16 74 221 0.93 0.67 0 0.13 223.02 0.86 0.46
Hex 10 4A DD 5D 43 0 D DF 56 2E
Octal 20 112 335 135 103 0 15 337 126 56
Binary 10000 1001010 11011101 1011101 1000011 0 1101 11011111 1010110 101110

Color Harmonies of #104ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104ADD

Black with #104ADD

Text Example


Text Example

White with #104ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104ADD; }

 p { color: rgb(16,74,221); }

 H1.HeaderClassName
 {
   color: #104ADD;
 }
 .AnyTagClassName
 {
   color: #104ADD;
 }
</style>

background-color css

<style>
 a { background-color: #104ADD; }

 a { background-color: rgb(16,74,221); }

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

border-color css

<style>
 span { border-color: #104ADD; }

 span { border-color: rgb(16,74,221); }

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