Html Css Color HEX #1F3BDC Persian Blue

📋 copy color: '#1F3BDC'

red 31 ◦ green 59 ◦ blue 220

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

Shades of Persian Blue #1F3BDC

Tints of Persian Blue #1F3BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.97%

R = 10%
G = 19.03%
B = 70.97%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F3BDC (or 0x1F3BDC) is known color: Persian Blue. HEX triplet: 1F, 3B and DC. RGB value is (31,59,220). Sum of RGB (Red+Green+Blue) = 31+59+220=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F3BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3BDC is #E0C423. Grayscale: #444444. Windows color (decimal): -14730276 or 14433055. OLE color: 14433055.

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

Color convert

RGB 31 59 220 -
CMYK 0.86 0.73 0 0.14
HSL 231.11º 0.75% 0.49% -
HSV(B) 231.11º 0.86% 0.86% -
XYZ 15.05 8.59 68.57 -
YUV 68.98 213.22 100.91 -
System Red Green Blue C M Y K H S L
Decimal 31 59 220 0.86 0.73 0 0.14 231.11 0.75 0.49
Hex 1F 3B DC 56 49 0 E E7 4B 31
Octal 37 73 334 126 111 0 16 347 113 61
Binary 11111 111011 11011100 1010110 1001001 0 1110 11100111 1001011 110001

Color Harmonies of #1F3BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3BDC

Black with #1F3BDC

Text Example


Text Example

White with #1F3BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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