Html Css Color HEX #1F2CEE Persian Blue

📋 copy color: '#1F2CEE'

red 31 ◦ green 44 ◦ blue 238

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

Shades of Persian Blue #1F2CEE

Tints of Persian Blue #1F2CEE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.06%

 BLUE value IS 238 (93.36% from 255) = 76.04%

R = 9.9%
G = 14.06%
B = 76.04%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F2CEE (or 0x1F2CEE) is known color: Persian Blue. HEX triplet: 1F, 2C and EE. RGB value is (31,44,238). Sum of RGB (Red+Green+Blue) = 31+44+238=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 238 (93.36% from 255 or 76.04% from 313); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F2CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F2CEE is #E0D311. Grayscale: #3D3D3D. Windows color (decimal): -14734098 or 15608863. OLE color: 15608863.

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

Color convert

RGB 31 44 238 -
CMYK 0.87 0.82 0 0.07
HSL 236.23º 0.86% 0.53% -
HSV(B) 236.23º 0.87% 0.93% -
XYZ 16.9 8.27 81.59 -
YUV 62.23 227.19 105.73 -
System Red Green Blue C M Y K H S L
Decimal 31 44 238 0.87 0.82 0 0.07 236.23 0.86 0.53
Hex 1F 2C EE 57 52 0 7 EC 56 35
Octal 37 54 356 127 122 0 7 354 126 65
Binary 11111 101100 11101110 1010111 1010010 0 111 11101100 1010110 110101

Color Harmonies of #1F2CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2CEE

Black with #1F2CEE

Text Example


Text Example

White with #1F2CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,44,238); }

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

background-color css

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

 a { background-color: rgb(31,44,238); }

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

border-color css

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

 span { border-color: rgb(31,44,238); }

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