Html Css Color HEX #1F3FEA Persian Blue

📋 copy color: '#1F3FEA'

red 31 ◦ green 63 ◦ blue 234

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

Shades of Persian Blue #1F3FEA

Tints of Persian Blue #1F3FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 71.34%

R = 9.45%
G = 19.21%
B = 71.34%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1F3FEA (or 0x1F3FEA) is known color: Persian Blue. HEX triplet: 1F, 3F and EA. RGB value is (31,63,234). Sum of RGB (Red+Green+Blue) = 31+63+234=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #1F3FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3FEA is #E0C015. Grayscale: #484848. Windows color (decimal): -14729238 or 15351583. OLE color: 15351583.

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

Color convert

RGB 31 63 234 -
CMYK 0.87 0.73 0 0.08
HSL 230.54º 0.83% 0.52% -
HSV(B) 230.54º 0.87% 0.92% -
XYZ 17.19 9.79 78.82 -
YUV 72.93 218.9 98.1 -
System Red Green Blue C M Y K H S L
Decimal 31 63 234 0.87 0.73 0 0.08 230.54 0.83 0.52
Hex 1F 3F EA 57 49 0 8 E7 53 34
Octal 37 77 352 127 111 0 10 347 123 64
Binary 11111 111111 11101010 1010111 1001001 0 1000 11100111 1010011 110100

Color Harmonies of #1F3FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3FEA

Black with #1F3FEA

Text Example


Text Example

White with #1F3FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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