Html Css Color HEX #1F3BDD Persian Blue

📋 copy color: '#1F3BDD'

red 31 ◦ green 59 ◦ blue 221

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

Shades of Persian Blue #1F3BDD

Tints of Persian Blue #1F3BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.06%

R = 9.97%
G = 18.97%
B = 71.06%

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

#1F3BDD (or 0x1F3BDD) is known color: Persian Blue. HEX triplet: 1F, 3B and DD. RGB value is (31,59,221). Sum of RGB (Red+Green+Blue) = 31+59+221=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F3BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3BDD is #E0C422. Grayscale: #444444. Windows color (decimal): -14730275 or 14498591. OLE color: 14498591.

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

Color convert

RGB 31 59 221 -
CMYK 0.86 0.73 0 0.13
HSL 231.16º 0.75% 0.49% -
HSV(B) 231.16º 0.86% 0.87% -
XYZ 15.18 8.64 69.27 -
YUV 69.1 213.72 100.83 -
System Red Green Blue C M Y K H S L
Decimal 31 59 221 0.86 0.73 0 0.13 231.16 0.75 0.49
Hex 1F 3B DD 56 49 0 D E7 4B 31
Octal 37 73 335 126 111 0 15 347 113 61
Binary 11111 111011 11011101 1010110 1001001 0 1101 11100111 1001011 110001

Color Harmonies of #1F3BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3BDD

Black with #1F3BDD

Text Example


Text Example

White with #1F3BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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