Html Css Color HEX #1742DD Persian Blue

📋 copy color: '#1742DD'

red 23 ◦ green 66 ◦ blue 221

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

Shades of Persian Blue #1742DD

Tints of Persian Blue #1742DD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.29%

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

R = 7.42%
G = 21.29%
B = 71.29%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1742DD (or 0x1742DD) is known color: Persian Blue. HEX triplet: 17, 42 and DD. RGB value is (23,66,221). Sum of RGB (Red+Green+Blue) = 23+66+221=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #1742DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1742DD is #E8BD22. Grayscale: #464646. Windows color (decimal): -15252771 or 14500375. OLE color: 14500375.

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

Color convert

RGB 23 66 221 -
CMYK 0.90 0.70 0 0.13
HSL 226.97º 0.81% 0.48% -
HSV(B) 226.97º 0.9% 0.87% -
XYZ 15.35 9.3 69.39 -
YUV 70.81 212.75 93.9 -
System Red Green Blue C M Y K H S L
Decimal 23 66 221 0.90 0.70 0 0.13 226.97 0.81 0.48
Hex 17 42 DD 5A 46 0 D E3 51 30
Octal 27 102 335 132 106 0 15 343 121 60
Binary 10111 1000010 11011101 1011010 1000110 0 1101 11100011 1010001 110000

Color Harmonies of #1742DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1742DD

Black with #1742DD

Text Example


Text Example

White with #1742DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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