Html Css Color HEX #1C2EDF Persian Blue

📋 copy color: '#1C2EDF'

red 28 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #1C2EDF

Tints of Persian Blue #1C2EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 75.08%

R = 9.43%
G = 15.49%
B = 75.08%

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

#1C2EDF (or 0x1C2EDF) is known color: Persian Blue. HEX triplet: 1C, 2E and DF. RGB value is (28,46,223). Sum of RGB (Red+Green+Blue) = 28+46+223=297 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.43% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C2EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2EDF is #E3D120. Grayscale: #3C3C3C. Windows color (decimal): -14930209 or 14626332. OLE color: 14626332.

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

Color convert

RGB 28 46 223 -
CMYK 0.87 0.79 0 0.13
HSL 234.46º 0.78% 0.49% -
HSV(B) 234.46º 0.87% 0.87% -
XYZ 14.78 7.53 70.49 -
YUV 60.8 219.54 104.61 -
System Red Green Blue C M Y K H S L
Decimal 28 46 223 0.87 0.79 0 0.13 234.46 0.78 0.49
Hex 1C 2E DF 57 4F 0 D EA 4E 31
Octal 34 56 337 127 117 0 15 352 116 61
Binary 11100 101110 11011111 1010111 1001111 0 1101 11101010 1001110 110001

Color Harmonies of #1C2EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2EDF

Black with #1C2EDF

Text Example


Text Example

White with #1C2EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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