Html Css Color HEX #1E2FDD Persian Blue

📋 copy color: '#1E2FDD'

red 30 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #1E2FDD

Tints of Persian Blue #1E2FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.77%

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

R = 10.07%
G = 15.77%
B = 74.16%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E2FDD (or 0x1E2FDD) is known color: Persian Blue. HEX triplet: 1E, 2F and DD. RGB value is (30,47,221). Sum of RGB (Red+Green+Blue) = 30+47+221=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E2FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2FDD is #E1D022. Grayscale: #3D3D3D. Windows color (decimal): -14798883 or 14495518. OLE color: 14495518.

HSL color Cylindrical-coordinate representation of color #1E2FDD: hue angle of 234.66º 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 #1E2FDD is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 47 221 -
CMYK 0.86 0.79 0 0.13
HSL 234.66º 0.76% 0.49% -
HSV(B) 234.66º 0.86% 0.87% -
XYZ 14.6 7.53 69.09 -
YUV 61.75 217.87 105.35 -
System Red Green Blue C M Y K H S L
Decimal 30 47 221 0.86 0.79 0 0.13 234.66 0.76 0.49
Hex 1E 2F DD 56 4F 0 D EB 4C 31
Octal 36 57 335 126 117 0 15 353 114 61
Binary 11110 101111 11011101 1010110 1001111 0 1101 11101011 1001100 110001

Color Harmonies of #1E2FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2FDD

Black with #1E2FDD

Text Example


Text Example

White with #1E2FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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