Html Css Color HEX #1F2EDD Persian Blue

📋 copy color: '#1F2EDD'

red 31 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #1F2EDD

Tints of Persian Blue #1F2EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.44%

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

R = 10.4%
G = 15.44%
B = 74.16%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F2EDD (or 0x1F2EDD) is known color: Persian Blue. HEX triplet: 1F, 2E and DD. RGB value is (31,46,221). Sum of RGB (Red+Green+Blue) = 31+46+221=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F2EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2EDD is #E0D122. Grayscale: #3C3C3C. Windows color (decimal): -14733603 or 14495263. OLE color: 14495263.

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

Color convert

RGB 31 46 221 -
CMYK 0.86 0.79 0 0.13
HSL 235.26º 0.75% 0.49% -
HSV(B) 235.26º 0.86% 0.87% -
XYZ 14.59 7.47 69.08 -
YUV 61.47 218.03 106.27 -
System Red Green Blue C M Y K H S L
Decimal 31 46 221 0.86 0.79 0 0.13 235.26 0.75 0.49
Hex 1F 2E DD 56 4F 0 D EB 4B 31
Octal 37 56 335 126 117 0 15 353 113 61
Binary 11111 101110 11011101 1010110 1001111 0 1101 11101011 1001011 110001

Color Harmonies of #1F2EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2EDD

Black with #1F2EDD

Text Example


Text Example

White with #1F2EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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