Html Css Color HEX #1F3CED Persian Blue

📋 copy color: '#1F3CED'

red 31 ◦ green 60 ◦ blue 237

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

Shades of Persian Blue #1F3CED

Tints of Persian Blue #1F3CED

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.29%

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

R = 9.45%
G = 18.29%
B = 72.26%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F3CED (or 0x1F3CED) is known color: Persian Blue. HEX triplet: 1F, 3C and ED. RGB value is (31,60,237). Sum of RGB (Red+Green+Blue) = 31+60+237=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F3CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3CED is #E0C312. Grayscale: #464646. Windows color (decimal): -14730003 or 15547423. OLE color: 15547423.

HSL color Cylindrical-coordinate representation of color #1F3CED: hue angle of 231.55º 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 #1F3CED is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 60 237 -
CMYK 0.87 0.75 0 0.07
HSL 231.55º 0.85% 0.53% -
HSV(B) 231.55º 0.87% 0.93% -
XYZ 17.47 9.64 81.06 -
YUV 71.51 221.39 99.11 -
System Red Green Blue C M Y K H S L
Decimal 31 60 237 0.87 0.75 0 0.07 231.55 0.85 0.53
Hex 1F 3C ED 57 4B 0 7 E8 55 35
Octal 37 74 355 127 113 0 7 350 125 65
Binary 11111 111100 11101101 1010111 1001011 0 111 11101000 1010101 110101

Color Harmonies of #1F3CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3CED

Black with #1F3CED

Text Example


Text Example

White with #1F3CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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