Html Css Color HEX #1F2BDD Persian Blue

📋 copy color: '#1F2BDD'

red 31 ◦ green 43 ◦ blue 221

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

Shades of Persian Blue #1F2BDD

Tints of Persian Blue #1F2BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.58%

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

R = 10.51%
G = 14.58%
B = 74.92%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F2BDD (or 0x1F2BDD) is known color: Persian Blue. HEX triplet: 1F, 2B and DD. RGB value is (31,43,221). Sum of RGB (Red+Green+Blue) = 31+43+221=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F2BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2BDD is #E0D422. Grayscale: #3A3A3A. Windows color (decimal): -14734371 or 14494495. OLE color: 14494495.

HSL color Cylindrical-coordinate representation of color #1F2BDD: hue angle of 236.21º 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 #1F2BDD is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 43 221 -
CMYK 0.86 0.81 0 0.13
HSL 236.21º 0.75% 0.49% -
HSV(B) 236.21º 0.86% 0.87% -
XYZ 14.48 7.24 69.04 -
YUV 59.7 219.02 107.53 -
System Red Green Blue C M Y K H S L
Decimal 31 43 221 0.86 0.81 0 0.13 236.21 0.75 0.49
Hex 1F 2B DD 56 51 0 D EC 4B 31
Octal 37 53 335 126 121 0 15 354 113 61
Binary 11111 101011 11011101 1010110 1010001 0 1101 11101100 1001011 110001

Color Harmonies of #1F2BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2BDD

Black with #1F2BDD

Text Example


Text Example

White with #1F2BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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