Html Css Color HEX #1F2BEE Persian Blue

📋 copy color: '#1F2BEE'

red 31 ◦ green 43 ◦ blue 238

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

Shades of Persian Blue #1F2BEE

Tints of Persian Blue #1F2BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.78%

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

R = 9.94%
G = 13.78%
B = 76.28%

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

#1F2BEE (or 0x1F2BEE) is known color: Persian Blue. HEX triplet: 1F, 2B and EE. RGB value is (31,43,238). Sum of RGB (Red+Green+Blue) = 31+43+238=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 238 (93.36% from 255 or 76.28% from 312); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F2BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F2BEE is #E0D411. Grayscale: #3C3C3C. Windows color (decimal): -14734354 or 15608607. OLE color: 15608607.

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

Color convert

RGB 31 43 238 -
CMYK 0.87 0.82 0 0.07
HSL 236.52º 0.86% 0.53% -
HSV(B) 236.52º 0.87% 0.93% -
XYZ 16.86 8.19 81.58 -
YUV 61.64 227.52 106.14 -
System Red Green Blue C M Y K H S L
Decimal 31 43 238 0.87 0.82 0 0.07 236.52 0.86 0.53
Hex 1F 2B EE 57 52 0 7 ED 56 35
Octal 37 53 356 127 122 0 7 355 126 65
Binary 11111 101011 11101110 1010111 1010010 0 111 11101101 1010110 110101

Color Harmonies of #1F2BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2BEE

Black with #1F2BEE

Text Example


Text Example

White with #1F2BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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