Html Css Color HEX #1730EF Persian Blue

📋 copy color: '#1730EF'

red 23 ◦ green 48 ◦ blue 239

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

Shades of Persian Blue #1730EF

Tints of Persian Blue #1730EF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.48%

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

R = 7.42%
G = 15.48%
B = 77.1%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1730EF (or 0x1730EF) is known color: Persian Blue. HEX triplet: 17, 30 and EF. RGB value is (23,48,239). Sum of RGB (Red+Green+Blue) = 23+48+239=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #1730EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1730EF is #E8CF10. Grayscale: #3D3D3D. Windows color (decimal): -15257361 or 15675415. OLE color: 15675415.

HSL color Cylindrical-coordinate representation of color #1730EF: hue angle of 233.06º 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 #1730EF is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 23 48 239 -
CMYK 0.90 0.80 0 0.06
HSL 233.06º 0.87% 0.51% -
HSV(B) 233.06º 0.9% 0.94% -
XYZ 16.99 8.53 82.41 -
YUV 62.3 227.72 99.97 -
System Red Green Blue C M Y K H S L
Decimal 23 48 239 0.90 0.80 0 0.06 233.06 0.87 0.51
Hex 17 30 EF 5A 50 0 6 E9 57 33
Octal 27 60 357 132 120 0 6 351 127 63
Binary 10111 110000 11101111 1011010 1010000 0 110 11101001 1010111 110011

Color Harmonies of #1730EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1730EF

Black with #1730EF

Text Example


Text Example

White with #1730EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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