Html Css Color HEX #1C2EDD Persian Blue

📋 copy color: '#1C2EDD'

red 28 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #1C2EDD

Tints of Persian Blue #1C2EDD

RGB

 RED value IS 28 (11.33% from 255) = 9.49%

 GREEN value IS 46 (18.36% from 255) = 15.59%

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

R = 9.49%
G = 15.59%
B = 74.92%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C2EDD (or 0x1C2EDD) is known color: Persian Blue. HEX triplet: 1C, 2E and DD. RGB value is (28,46,221). Sum of RGB (Red+Green+Blue) = 28+46+221=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C2EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2EDD is #E3D122. Grayscale: #3B3B3B. Windows color (decimal): -14930211 or 14495260. OLE color: 14495260.

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

Color convert

RGB 28 46 221 -
CMYK 0.87 0.79 0 0.13
HSL 234.4º 0.78% 0.49% -
HSV(B) 234.4º 0.87% 0.87% -
XYZ 14.51 7.42 69.07 -
YUV 60.57 218.54 104.77 -
System Red Green Blue C M Y K H S L
Decimal 28 46 221 0.87 0.79 0 0.13 234.4 0.78 0.49
Hex 1C 2E DD 57 4F 0 D EA 4E 31
Octal 34 56 335 127 117 0 15 352 116 61
Binary 11100 101110 11011101 1010111 1001111 0 1101 11101010 1001110 110001

Color Harmonies of #1C2EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2EDD

Black with #1C2EDD

Text Example


Text Example

White with #1C2EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,46,221); }

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

background-color css

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

 a { background-color: rgb(28,46,221); }

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

border-color css

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

 span { border-color: rgb(28,46,221); }

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