Html Css Color HEX #1F3FEC Persian Blue

📋 copy color: '#1F3FEC'

red 31 ◦ green 63 ◦ blue 236

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

Shades of Persian Blue #1F3FEC

Tints of Persian Blue #1F3FEC

RGB

 RED value IS 31 (12.5% from 255) = 9.39%

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

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

R = 9.39%
G = 19.09%
B = 71.52%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F3FEC (or 0x1F3FEC) is known color: Persian Blue. HEX triplet: 1F, 3F and EC. RGB value is (31,63,236). Sum of RGB (Red+Green+Blue) = 31+63+236=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #1F3FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3FEC is #E0C013. Grayscale: #484848. Windows color (decimal): -14729236 or 15482655. OLE color: 15482655.

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

Color convert

RGB 31 63 236 -
CMYK 0.87 0.73 0 0.07
HSL 230.63º 0.84% 0.52% -
HSV(B) 230.63º 0.87% 0.93% -
XYZ 17.48 9.9 80.35 -
YUV 73.15 219.9 97.93 -
System Red Green Blue C M Y K H S L
Decimal 31 63 236 0.87 0.73 0 0.07 230.63 0.84 0.52
Hex 1F 3F EC 57 49 0 7 E7 54 34
Octal 37 77 354 127 111 0 7 347 124 64
Binary 11111 111111 11101100 1010111 1001001 0 111 11100111 1010100 110100

Color Harmonies of #1F3FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3FEC

Black with #1F3FEC

Text Example


Text Example

White with #1F3FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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