Html Css Color HEX #1F2AEE Persian Blue

📋 copy color: '#1F2AEE'

red 31 ◦ green 42 ◦ blue 238

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

Shades of Persian Blue #1F2AEE

Tints of Persian Blue #1F2AEE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.5%

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

R = 9.97%
G = 13.5%
B = 76.53%

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

#1F2AEE (or 0x1F2AEE) is known color: Persian Blue. HEX triplet: 1F, 2A and EE. RGB value is (31,42,238). Sum of RGB (Red+Green+Blue) = 31+42+238=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 238 (93.36% from 255 or 76.53% from 311); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F2AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F2AEE is #E0D511. Grayscale: #3C3C3C. Windows color (decimal): -14734610 or 15608351. OLE color: 15608351.

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

Color convert

RGB 31 42 238 -
CMYK 0.87 0.82 0 0.07
HSL 236.81º 0.86% 0.53% -
HSV(B) 236.81º 0.87% 0.93% -
XYZ 16.83 8.12 81.57 -
YUV 61.06 227.86 106.56 -
System Red Green Blue C M Y K H S L
Decimal 31 42 238 0.87 0.82 0 0.07 236.81 0.86 0.53
Hex 1F 2A EE 57 52 0 7 ED 56 35
Octal 37 52 356 127 122 0 7 355 126 65
Binary 11111 101010 11101110 1010111 1010010 0 111 11101101 1010110 110101

Color Harmonies of #1F2AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2AEE

Black with #1F2AEE

Text Example


Text Example

White with #1F2AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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