Html Css Color HEX #1F3BDE Persian Blue

📋 copy color: '#1F3BDE'

red 31 ◦ green 59 ◦ blue 222

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

Shades of Persian Blue #1F3BDE

Tints of Persian Blue #1F3BDE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.91%

 BLUE value IS 222 (87.11% from 255) = 71.15%

R = 9.94%
G = 18.91%
B = 71.15%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F3BDE (or 0x1F3BDE) is known color: Persian Blue. HEX triplet: 1F, 3B and DE. RGB value is (31,59,222). Sum of RGB (Red+Green+Blue) = 31+59+222=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 222 (87.11% from 255 or 71.15% from 312); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F3BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3BDE is #E0C421. Grayscale: #444444. Windows color (decimal): -14730274 or 14564127. OLE color: 14564127.

HSL color Cylindrical-coordinate representation of color #1F3BDE: hue angle of 231.2º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F3BDE is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 59 222 -
CMYK 0.86 0.73 0 0.13
HSL 231.2º 0.75% 0.5% -
HSV(B) 231.2º 0.86% 0.87% -
XYZ 15.31 8.69 69.98 -
YUV 69.21 214.22 100.75 -
System Red Green Blue C M Y K H S L
Decimal 31 59 222 0.86 0.73 0 0.13 231.2 0.75 0.5
Hex 1F 3B DE 56 49 0 D E7 4B 32
Octal 37 73 336 126 111 0 15 347 113 62
Binary 11111 111011 11011110 1010110 1001001 0 1101 11100111 1001011 110010

Color Harmonies of #1F3BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3BDE

Black with #1F3BDE

Text Example


Text Example

White with #1F3BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,59,222); }

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

background-color css

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

 a { background-color: rgb(31,59,222); }

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

border-color css

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

 span { border-color: rgb(31,59,222); }

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