Html Css Color HEX #1744BC Persian Blue

📋 copy color: '#1744BC'

red 23 ◦ green 68 ◦ blue 188

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

Shades of Persian Blue #1744BC

Tints of Persian Blue #1744BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.38%

R = 8.24%
G = 24.37%
B = 67.38%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1744BC (or 0x1744BC) is known color: Persian Blue. HEX triplet: 17, 44 and BC. RGB value is (23,68,188). Sum of RGB (Red+Green+Blue) = 23+68+188=279 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.24% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #1744BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1744BC is #E8BB43. Grayscale: #434343. Windows color (decimal): -15252292 or 12338199. OLE color: 12338199.

HSL color Cylindrical-coordinate representation of color #1744BC: hue angle of 223.64º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1744BC is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 68 188 -
CMYK 0.88 0.64 0 0.26
HSL 223.64º 0.78% 0.41% -
HSV(B) 223.64º 0.88% 0.74% -
XYZ 11.5 7.95 48.5 -
YUV 68.23 195.59 95.74 -
System Red Green Blue C M Y K H S L
Decimal 23 68 188 0.88 0.64 0 0.26 223.64 0.78 0.41
Hex 17 44 BC 58 40 0 1A E0 4E 29
Octal 27 104 274 130 100 0 32 340 116 51
Binary 10111 1000100 10111100 1011000 1000000 0 11010 11100000 1001110 101001

Color Harmonies of #1744BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1744BC

Black with #1744BC

Text Example


Text Example

White with #1744BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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