Html Css Color HEX #1738DB Persian Blue

📋 copy color: '#1738DB'

red 23 ◦ green 56 ◦ blue 219

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

Shades of Persian Blue #1738DB

Tints of Persian Blue #1738DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.79%

 BLUE value IS 219 (85.94% from 255) = 73.49%

R = 7.72%
G = 18.79%
B = 73.49%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1738DB (or 0x1738DB) is known color: Persian Blue. HEX triplet: 17, 38 and DB. RGB value is (23,56,219). Sum of RGB (Red+Green+Blue) = 23+56+219=298 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.72% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #1738DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1738DB is #E8C724. Grayscale: #404040. Windows color (decimal): -15255333 or 14366743. OLE color: 14366743.

HSL color Cylindrical-coordinate representation of color #1738DB: hue angle of 229.9º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1738DB is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 56 219 -
CMYK 0.89 0.74 0 0.14
HSL 229.9º 0.81% 0.47% -
HSV(B) 229.9º 0.89% 0.86% -
XYZ 14.55 8.12 67.82 -
YUV 64.72 215.07 98.25 -
System Red Green Blue C M Y K H S L
Decimal 23 56 219 0.89 0.74 0 0.14 229.9 0.81 0.47
Hex 17 38 DB 59 4A 0 E E6 51 2F
Octal 27 70 333 131 112 0 16 346 121 57
Binary 10111 111000 11011011 1011001 1001010 0 1110 11100110 1010001 101111

Color Harmonies of #1738DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1738DB

Black with #1738DB

Text Example


Text Example

White with #1738DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1738DB; }

 p { color: rgb(23,56,219); }

 H1.HeaderClassName
 {
   color: #1738DB;
 }
 .AnyTagClassName
 {
   color: #1738DB;
 }
</style>

background-color css

<style>
 a { background-color: #1738DB; }

 a { background-color: rgb(23,56,219); }

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

border-color css

<style>
 span { border-color: #1738DB; }

 span { border-color: rgb(23,56,219); }

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