Html Css Color HEX #1C3FEF Persian Blue

📋 copy color: '#1C3FEF'

red 28 ◦ green 63 ◦ blue 239

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

Shades of Persian Blue #1C3FEF

Tints of Persian Blue #1C3FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 72.42%

R = 8.48%
G = 19.09%
B = 72.42%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1C3FEF (or 0x1C3FEF) is known color: Persian Blue. HEX triplet: 1C, 3F and EF. RGB value is (28,63,239). Sum of RGB (Red+Green+Blue) = 28+63+239=330 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.48% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C3FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3FEF is #E3C010. Grayscale: #474747. Windows color (decimal): -14925841 or 15679260. OLE color: 15679260.

HSL color Cylindrical-coordinate representation of color #1C3FEF: hue angle of 230.05º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C3FEF is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 63 239 -
CMYK 0.88 0.74 0 0.06
HSL 230.05º 0.87% 0.52% -
HSV(B) 230.05º 0.88% 0.94% -
XYZ 17.84 10.03 82.66 -
YUV 72.6 221.9 96.19 -
System Red Green Blue C M Y K H S L
Decimal 28 63 239 0.88 0.74 0 0.06 230.05 0.87 0.52
Hex 1C 3F EF 58 4A 0 6 E6 57 34
Octal 34 77 357 130 112 0 6 346 127 64
Binary 11100 111111 11101111 1011000 1001010 0 110 11100110 1010111 110100

Color Harmonies of #1C3FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3FEF

Black with #1C3FEF

Text Example


Text Example

White with #1C3FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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