Html Css Color HEX #1741EF Persian Blue

📋 copy color: '#1741EF'

red 23 ◦ green 65 ◦ blue 239

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

Shades of Persian Blue #1741EF

Tints of Persian Blue #1741EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 73.09%

R = 7.03%
G = 19.88%
B = 73.09%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1741EF (or 0x1741EF) is known color: Persian Blue. HEX triplet: 17, 41 and EF. RGB value is (23,65,239). Sum of RGB (Red+Green+Blue) = 23+65+239=327 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.03% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #1741EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1741EF is #E8BE10. Grayscale: #474747. Windows color (decimal): -15253009 or 15679767. OLE color: 15679767.

HSL color Cylindrical-coordinate representation of color #1741EF: hue angle of 228.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1741EF is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 23 65 239 -
CMYK 0.90 0.73 0 0.06
HSL 228.33º 0.87% 0.51% -
HSV(B) 228.33º 0.9% 0.94% -
XYZ 17.82 10.19 82.69 -
YUV 72.28 222.09 92.85 -
System Red Green Blue C M Y K H S L
Decimal 23 65 239 0.90 0.73 0 0.06 228.33 0.87 0.51
Hex 17 41 EF 5A 49 0 6 E4 57 33
Octal 27 101 357 132 111 0 6 344 127 63
Binary 10111 1000001 11101111 1011010 1001001 0 110 11100100 1010111 110011

Color Harmonies of #1741EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1741EF

Black with #1741EF

Text Example


Text Example

White with #1741EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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