Html Css Color HEX #1744CA Persian Blue

📋 copy color: '#1744CA'

red 23 ◦ green 68 ◦ blue 202

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

Shades of Persian Blue #1744CA

Tints of Persian Blue #1744CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.21%

 BLUE value IS 202 (79.3% from 255) = 68.94%

R = 7.85%
G = 23.21%
B = 68.94%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1744CA (or 0x1744CA) is known color: Persian Blue. HEX triplet: 17, 44 and CA. RGB value is (23,68,202). Sum of RGB (Red+Green+Blue) = 23+68+202=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 202 (79.30% from 255 or 68.94% from 293); Max value from RGB is 202 - color contains mainly: blue. Hex color #1744CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1744CA is #E8BB35. Grayscale: #454545. Windows color (decimal): -15252278 or 13255703. OLE color: 13255703.

HSL color Cylindrical-coordinate representation of color #1744CA: hue angle of 224.92º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1744CA is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 23 68 202 -
CMYK 0.89 0.66 0 0.21
HSL 224.92º 0.8% 0.44% -
HSV(B) 224.92º 0.89% 0.79% -
XYZ 13.08 8.58 56.84 -
YUV 69.82 202.59 94.6 -
System Red Green Blue C M Y K H S L
Decimal 23 68 202 0.89 0.66 0 0.21 224.92 0.8 0.44
Hex 17 44 CA 59 42 0 15 E1 50 2C
Octal 27 104 312 131 102 0 25 341 120 54
Binary 10111 1000100 11001010 1011001 1000010 0 10101 11100001 1010000 101100

Color Harmonies of #1744CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1744CA

Black with #1744CA

Text Example


Text Example

White with #1744CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1744CA; }

 p { color: rgb(23,68,202); }

 H1.HeaderClassName
 {
   color: #1744CA;
 }
 .AnyTagClassName
 {
   color: #1744CA;
 }
</style>

background-color css

<style>
 a { background-color: #1744CA; }

 a { background-color: rgb(23,68,202); }

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

border-color css

<style>
 span { border-color: #1744CA; }

 span { border-color: rgb(23,68,202); }

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