Html Css Color HEX #1741DD Persian Blue

📋 copy color: '#1741DD'

red 23 ◦ green 65 ◦ blue 221

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

Shades of Persian Blue #1741DD

Tints of Persian Blue #1741DD

RGB

 RED value IS 23 (9.38% from 255) = 7.44%

 GREEN value IS 65 (25.78% from 255) = 21.04%

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

R = 7.44%
G = 21.04%
B = 71.52%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1741DD (or 0x1741DD) is known color: Persian Blue. HEX triplet: 17, 41 and DD. RGB value is (23,65,221). Sum of RGB (Red+Green+Blue) = 23+65+221=309 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.44% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #1741DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1741DD is #E8BE22. Grayscale: #454545. Windows color (decimal): -15253027 or 14500119. OLE color: 14500119.

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

Color convert

RGB 23 65 221 -
CMYK 0.90 0.71 0 0.13
HSL 227.27º 0.81% 0.48% -
HSV(B) 227.27º 0.9% 0.87% -
XYZ 15.29 9.18 69.37 -
YUV 70.23 213.09 94.32 -
System Red Green Blue C M Y K H S L
Decimal 23 65 221 0.90 0.71 0 0.13 227.27 0.81 0.48
Hex 17 41 DD 5A 47 0 D E3 51 30
Octal 27 101 335 132 107 0 15 343 121 60
Binary 10111 1000001 11011101 1011010 1000111 0 1101 11100011 1010001 110000

Color Harmonies of #1741DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1741DD

Black with #1741DD

Text Example


Text Example

White with #1741DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,65,221); }

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

background-color css

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

 a { background-color: rgb(23,65,221); }

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

border-color css

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

 span { border-color: rgb(23,65,221); }

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