Html Css Color HEX #1C2FCD Persian Blue

📋 copy color: '#1C2FCD'

red 28 ◦ green 47 ◦ blue 205

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

Shades of Persian Blue #1C2FCD

Tints of Persian Blue #1C2FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 73.21%

R = 10%
G = 16.79%
B = 73.21%

CMYK

 C value IS 0.86

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C2FCD (or 0x1C2FCD) is known color: Persian Blue. HEX triplet: 1C, 2F and CD. RGB value is (28,47,205). Sum of RGB (Red+Green+Blue) = 28+47+205=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 205 (80.47% from 255 or 73.21% from 280); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C2FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2FCD is #E3D032. Grayscale: #3A3A3A. Windows color (decimal): -14929971 or 13446940. OLE color: 13446940.

HSL color Cylindrical-coordinate representation of color #1C2FCD: hue angle of 233.56º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C2FCD is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 47 205 -
CMYK 0.86 0.77 0 0.20
HSL 233.56º 0.76% 0.46% -
HSV(B) 233.56º 0.86% 0.8% -
XYZ 12.51 6.69 58.39 -
YUV 59.33 210.21 105.65 -
System Red Green Blue C M Y K H S L
Decimal 28 47 205 0.86 0.77 0 0.20 233.56 0.76 0.46
Hex 1C 2F CD 56 4D 0 14 EA 4C 2E
Octal 34 57 315 126 115 0 24 352 114 56
Binary 11100 101111 11001101 1010110 1001101 0 10100 11101010 1001100 101110

Color Harmonies of #1C2FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2FCD

Black with #1C2FCD

Text Example


Text Example

White with #1C2FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,47,205); }

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

background-color css

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

 a { background-color: rgb(28,47,205); }

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

border-color css

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

 span { border-color: rgb(28,47,205); }

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