Html Css Color HEX #1E25DD Persian Blue

📋 copy color: '#1E25DD'

red 30 ◦ green 37 ◦ blue 221

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

Shades of Persian Blue #1E25DD

Tints of Persian Blue #1E25DD

RGB

 RED value IS 30 (12.11% from 255) = 10.42%

 GREEN value IS 37 (14.84% from 255) = 12.85%

 BLUE value IS 221 (86.72% from 255) = 76.74%

R = 10.42%
G = 12.85%
B = 76.74%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E25DD (or 0x1E25DD) is known color: Persian Blue. HEX triplet: 1E, 25 and DD. RGB value is (30,37,221). Sum of RGB (Red+Green+Blue) = 30+37+221=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E25DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E25DD is #E1DA22. Grayscale: #373737. Windows color (decimal): -14801443 or 14492958. OLE color: 14492958.

HSL color Cylindrical-coordinate representation of color #1E25DD: hue angle of 237.8º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E25DD is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 37 221 -
CMYK 0.86 0.83 0 0.13
HSL 237.8º 0.76% 0.49% -
HSV(B) 237.8º 0.86% 0.87% -
XYZ 14.25 6.82 68.97 -
YUV 55.88 221.18 109.54 -
System Red Green Blue C M Y K H S L
Decimal 30 37 221 0.86 0.83 0 0.13 237.8 0.76 0.49
Hex 1E 25 DD 56 53 0 D EE 4C 31
Octal 36 45 335 126 123 0 15 356 114 61
Binary 11110 100101 11011101 1010110 1010011 0 1101 11101110 1001100 110001

Color Harmonies of #1E25DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E25DD

Black with #1E25DD

Text Example


Text Example

White with #1E25DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,37,221); }

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

background-color css

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

 a { background-color: rgb(30,37,221); }

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

border-color css

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

 span { border-color: rgb(30,37,221); }

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