Html Css Color HEX #1D30EF Persian Blue

📋 copy color: '#1D30EF'

red 29 ◦ green 48 ◦ blue 239

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

Shades of Persian Blue #1D30EF

Tints of Persian Blue #1D30EF

RGB

 RED value IS 29 (11.72% from 255) = 9.18%

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

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

R = 9.18%
G = 15.19%
B = 75.63%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D30EF (or 0x1D30EF) is known color: Persian Blue. HEX triplet: 1D, 30 and EF. RGB value is (29,48,239). Sum of RGB (Red+Green+Blue) = 29+48+239=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D30EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D30EF is #E2CF10. Grayscale: #3F3F3F. Windows color (decimal): -14864145 or 15675421. OLE color: 15675421.

HSL color Cylindrical-coordinate representation of color #1D30EF: hue angle of 234.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D30EF is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 48 239 -
CMYK 0.88 0.80 0 0.06
HSL 234.57º 0.87% 0.53% -
HSV(B) 234.57º 0.88% 0.94% -
XYZ 17.14 8.61 82.42 -
YUV 64.09 226.71 102.97 -
System Red Green Blue C M Y K H S L
Decimal 29 48 239 0.88 0.80 0 0.06 234.57 0.87 0.53
Hex 1D 30 EF 58 50 0 6 EB 57 35
Octal 35 60 357 130 120 0 6 353 127 65
Binary 11101 110000 11101111 1011000 1010000 0 110 11101011 1010111 110101

Color Harmonies of #1D30EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D30EF

Black with #1D30EF

Text Example


Text Example

White with #1D30EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D30EF; }

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

 H1.HeaderClassName
 {
   color: #1D30EF;
 }
 .AnyTagClassName
 {
   color: #1D30EF;
 }
</style>

background-color css

<style>
 a { background-color: #1D30EF; }

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

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

border-color css

<style>
 span { border-color: #1D30EF; }

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

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