Html Css Color HEX #1740DD Persian Blue

📋 copy color: '#1740DD'

red 23 ◦ green 64 ◦ blue 221

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

Shades of Persian Blue #1740DD

Tints of Persian Blue #1740DD

RGB

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

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

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

R = 7.47%
G = 20.78%
B = 71.75%

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

#1740DD (or 0x1740DD) is known color: Persian Blue. HEX triplet: 17, 40 and DD. RGB value is (23,64,221). Sum of RGB (Red+Green+Blue) = 23+64+221=308 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.47% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #1740DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1740DD is #E8BF22. Grayscale: #444444. Windows color (decimal): -15253283 or 14499863. OLE color: 14499863.

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

Color convert

RGB 23 64 221 -
CMYK 0.90 0.71 0 0.13
HSL 227.58º 0.81% 0.48% -
HSV(B) 227.58º 0.9% 0.87% -
XYZ 15.24 9.07 69.35 -
YUV 69.64 213.42 94.73 -
System Red Green Blue C M Y K H S L
Decimal 23 64 221 0.90 0.71 0 0.13 227.58 0.81 0.48
Hex 17 40 DD 5A 47 0 D E4 51 30
Octal 27 100 335 132 107 0 15 344 121 60
Binary 10111 1000000 11011101 1011010 1000111 0 1101 11100100 1010001 110000

Color Harmonies of #1740DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1740DD

Black with #1740DD

Text Example


Text Example

White with #1740DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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