Html Css Color HEX #1C3FEC Persian Blue

📋 copy color: '#1C3FEC'

red 28 ◦ green 63 ◦ blue 236

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

Shades of Persian Blue #1C3FEC

Tints of Persian Blue #1C3FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

 BLUE value IS 236 (92.58% from 255) = 72.17%

R = 8.56%
G = 19.27%
B = 72.17%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1C3FEC (or 0x1C3FEC) is known color: Persian Blue. HEX triplet: 1C, 3F and EC. RGB value is (28,63,236). Sum of RGB (Red+Green+Blue) = 28+63+236=327 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.56% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 236 (92.58% from 255 or 72.17% from 327); Max value from RGB is 236 - color contains mainly: blue. Hex color #1C3FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3FEC is #E3C013. Grayscale: #474747. Windows color (decimal): -14925844 or 15482652. OLE color: 15482652.

HSL color Cylindrical-coordinate representation of color #1C3FEC: hue angle of 229.9º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C3FEC is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 63 236 -
CMYK 0.88 0.73 0 0.07
HSL 229.9º 0.85% 0.52% -
HSV(B) 229.9º 0.88% 0.93% -
XYZ 17.4 9.86 80.34 -
YUV 72.26 220.4 96.43 -
System Red Green Blue C M Y K H S L
Decimal 28 63 236 0.88 0.73 0 0.07 229.9 0.85 0.52
Hex 1C 3F EC 58 49 0 7 E6 55 34
Octal 34 77 354 130 111 0 7 346 125 64
Binary 11100 111111 11101100 1011000 1001001 0 111 11100110 1010101 110100

Color Harmonies of #1C3FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3FEC

Black with #1C3FEC

Text Example


Text Example

White with #1C3FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,63,236); }

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

background-color css

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

 a { background-color: rgb(28,63,236); }

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

border-color css

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

 span { border-color: rgb(28,63,236); }

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