Html Css Color HEX #1F17EE Blue

📋 copy color: '#1F17EE'

red 31 ◦ green 23 ◦ blue 238

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

Shades of Blue #1F17EE

Tints of Blue #1F17EE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.88%

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

R = 10.62%
G = 7.88%
B = 81.51%

CMYK

 C value IS 0.87

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F17EE (or 0x1F17EE) is known color: Blue. HEX triplet: 1F, 17 and EE. RGB value is (31,23,238). Sum of RGB (Red+Green+Blue) = 31+23+238=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 238 (93.36% from 255 or 81.51% from 292); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F17EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F17EE is #E0E811. Grayscale: #313131. Windows color (decimal): -14739474 or 15603487. OLE color: 15603487.

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

Color convert

RGB 31 23 238 -
CMYK 0.87 0.90 0 0.07
HSL 242.23º 0.86% 0.51% -
HSV(B) 242.23º 0.9% 0.93% -
XYZ 16.3 7.08 81.4 -
YUV 49.9 234.15 114.52 -
System Red Green Blue C M Y K H S L
Decimal 31 23 238 0.87 0.90 0 0.07 242.23 0.86 0.51
Hex 1F 17 EE 57 5A 0 7 F2 56 33
Octal 37 27 356 127 132 0 7 362 126 63
Binary 11111 10111 11101110 1010111 1011010 0 111 11110010 1010110 110011

Color Harmonies of #1F17EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F17EE

Black with #1F17EE

Text Example


Text Example

White with #1F17EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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