#1f83c7

Color #1F83C7 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #1F83C7

Tints of Curious Blue #1F83C7

Color information

#1F83C7 (or 0x1F83C7) is unknown color: approx Curious Blue. HEX triplet: 1F, 83 and C7. RGB value is (31,131,199). Sum of RGB (Red+Green+Blue) = 31+131+199=361 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.59% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 199 (78.12% from 255 or 55.12% from 361); Max value from RGB is 199 - color contains mainly: blue. Hex color #1F83C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F83C7 is #E07C38. Grayscale: #6C6C6C. Windows color (decimal): -14711865 or 13075231. OLE color: 13075231.

HSL color Cylindrical-coordinate representation of color #1F83C7: hue angle of 204.29º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F83C7 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB31131199-
CMYK0.840.3400.22
HSL204.29º73.04%45.1%-
HSV(B)204.29º84.42%78.04%-
XYZ18.9920.6557.02-
YUV108.85178.8772.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.59%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 199 (78.12% from 255) = 55.12%
R=8.59%
G=36.29%
B=55.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal311311990.840.3400.22204.2973.0445.1
Hex1F83C75422016cc492d
Octal372033071244202631411155
Binary1111110000011110001111010100100010010110110011001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f83c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,131,199); }

 H1.HeaderClassName
 {
   color: #1f83c7;
 }
 .AnyTagClassName
 {
   color: #1f83c7;
 }
</style>
background-color css

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

 a { background-color: rgb(31,131,199); }

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

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

 span { border-color: rgb(31,131,199); }

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