Html Css Color HEX #1F3DED Persian Blue

📋 copy color: '#1F3DED'

red 31 ◦ green 61 ◦ blue 237

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

Shades of Persian Blue #1F3DED

Tints of Persian Blue #1F3DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.54%

 BLUE value IS 237 (92.97% from 255) = 72.04%

R = 9.42%
G = 18.54%
B = 72.04%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F3DED (or 0x1F3DED) is known color: Persian Blue. HEX triplet: 1F, 3D and ED. RGB value is (31,61,237). Sum of RGB (Red+Green+Blue) = 31+61+237=329 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.42% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F3DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3DED is #E0C212. Grayscale: #474747. Windows color (decimal): -14729747 or 15547679. OLE color: 15547679.

HSL color Cylindrical-coordinate representation of color #1F3DED: hue angle of 231.26º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F3DED is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 61 237 -
CMYK 0.87 0.74 0 0.07
HSL 231.26º 0.85% 0.53% -
HSV(B) 231.26º 0.87% 0.93% -
XYZ 17.52 9.74 81.08 -
YUV 72.09 221.06 98.69 -
System Red Green Blue C M Y K H S L
Decimal 31 61 237 0.87 0.74 0 0.07 231.26 0.85 0.53
Hex 1F 3D ED 57 4A 0 7 E7 55 35
Octal 37 75 355 127 112 0 7 347 125 65
Binary 11111 111101 11101101 1010111 1001010 0 111 11100111 1010101 110101

Color Harmonies of #1F3DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3DED

Black with #1F3DED

Text Example


Text Example

White with #1F3DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,61,237); }

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

background-color css

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

 a { background-color: rgb(31,61,237); }

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

border-color css

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

 span { border-color: rgb(31,61,237); }

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