Html Css Color HEX #1F1DEE Blue

📋 copy color: '#1F1DEE'

red 31 ◦ green 29 ◦ blue 238

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

Shades of Blue #1F1DEE

Tints of Blue #1F1DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.73%

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

R = 10.4%
G = 9.73%
B = 79.87%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F1DEE (or 0x1F1DEE) is known color: Blue. HEX triplet: 1F, 1D and EE. RGB value is (31,29,238). Sum of RGB (Red+Green+Blue) = 31+29+238=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 238 (93.36% from 255 or 79.87% from 298); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F1DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F1DEE is #E0E211. Grayscale: #343434. Windows color (decimal): -14737938 or 15605023. OLE color: 15605023.

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

Color convert

RGB 31 29 238 -
CMYK 0.87 0.88 0 0.07
HSL 240.57º 0.86% 0.52% -
HSV(B) 240.57º 0.88% 0.93% -
XYZ 16.44 7.34 81.44 -
YUV 53.42 232.16 112.01 -
System Red Green Blue C M Y K H S L
Decimal 31 29 238 0.87 0.88 0 0.07 240.57 0.86 0.52
Hex 1F 1D EE 57 58 0 7 F1 56 34
Octal 37 35 356 127 130 0 7 361 126 64
Binary 11111 11101 11101110 1010111 1011000 0 111 11110001 1010110 110100

Color Harmonies of #1F1DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1DEE

Black with #1F1DEE

Text Example


Text Example

White with #1F1DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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