Html Css Color HEX #1040DD Persian Blue

📋 copy color: '#1040DD'

red 16 ◦ green 64 ◦ blue 221

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

Shades of Persian Blue #1040DD

Tints of Persian Blue #1040DD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

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

R = 5.32%
G = 21.26%
B = 73.42%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1040DD (or 0x1040DD) is known color: Persian Blue. HEX triplet: 10, 40 and DD. RGB value is (16,64,221). Sum of RGB (Red+Green+Blue) = 16+64+221=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #1040DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1040DD is #EFBF22. Grayscale: #424242. Windows color (decimal): -15712035 or 14499856. OLE color: 14499856.

HSL color Cylindrical-coordinate representation of color #1040DD: hue angle of 225.95º 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 #1040DD is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 64 221 -
CMYK 0.93 0.71 0 0.13
HSL 225.95º 0.86% 0.46% -
HSV(B) 225.95º 0.93% 0.87% -
XYZ 15.1 9 69.35 -
YUV 67.55 214.6 91.23 -
System Red Green Blue C M Y K H S L
Decimal 16 64 221 0.93 0.71 0 0.13 225.95 0.86 0.46
Hex 10 40 DD 5D 47 0 D E2 56 2E
Octal 20 100 335 135 107 0 15 342 126 56
Binary 10000 1000000 11011101 1011101 1000111 0 1101 11100010 1010110 101110

Color Harmonies of #1040DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1040DD

Black with #1040DD

Text Example


Text Example

White with #1040DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1040DD; }

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

 H1.HeaderClassName
 {
   color: #1040DD;
 }
 .AnyTagClassName
 {
   color: #1040DD;
 }
</style>

background-color css

<style>
 a { background-color: #1040DD; }

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

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

border-color css

<style>
 span { border-color: #1040DD; }

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

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