Html Css Color HEX #1F17ED Blue

📋 copy color: '#1F17ED'

red 31 ◦ green 23 ◦ blue 237

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

Shades of Blue #1F17ED

Tints of Blue #1F17ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 81.44%

R = 10.65%
G = 7.9%
B = 81.44%

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

#1F17ED (or 0x1F17ED) is known color: Blue. HEX triplet: 1F, 17 and ED. RGB value is (31,23,237). Sum of RGB (Red+Green+Blue) = 31+23+237=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 237 (92.97% from 255 or 81.44% from 291); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F17ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F17ED is #E0E812. Grayscale: #303030. Windows color (decimal): -14739475 or 15537951. OLE color: 15537951.

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

Color convert

RGB 31 23 237 -
CMYK 0.87 0.90 0 0.07
HSL 242.24º 0.86% 0.51% -
HSV(B) 242.24º 0.9% 0.93% -
XYZ 16.16 7.02 80.62 -
YUV 49.79 233.65 114.6 -
System Red Green Blue C M Y K H S L
Decimal 31 23 237 0.87 0.90 0 0.07 242.24 0.86 0.51
Hex 1F 17 ED 57 5A 0 7 F2 56 33
Octal 37 27 355 127 132 0 7 362 126 63
Binary 11111 10111 11101101 1010111 1011010 0 111 11110010 1010110 110011

Color Harmonies of #1F17ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F17ED

Black with #1F17ED

Text Example


Text Example

White with #1F17ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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