#1F82C6

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

Shades of Curious Blue #1F82C6

Tints of Curious Blue #1F82C6

Color information

#1F82C6 (or 0x1F82C6) is unknown color: approx Curious Blue. HEX triplet: 1F, 82 and C6. RGB value is (31,130,198). Sum of RGB (Red+Green+Blue) = 31+130+198=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 198 (77.73% from 255 or 55.15% from 359); Max value from RGB is 198 - color contains mainly: blue. Hex color #1F82C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F82C6 is #E07D39. Grayscale: #6B6B6B. Windows color (decimal): -14712122 or 13009439. OLE color: 13009439.

HSL color Cylindrical-coordinate representation of color #1F82C6: hue angle of 204.43º 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 #1F82C6 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB31130198-
CMYK0.840.3400.22
HSL204.43º72.93%44.9%-
HSV(B)204.43º84.34%77.65%-
XYZ18.7420.3356.36-
YUV108.15178.772.97-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.64%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 198 (77.73% from 255) = 55.15%
R=8.64%
G=36.21%
B=55.15%

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
Decimal311301980.840.3400.22204.4372.9344.9
Hex1F82C65422016cc492d
Octal372023061244202631411155
Binary1111110000010110001101010100100010010110110011001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F82C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,130,198); }

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

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

 a { background-color: rgb(31,130,198); }

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

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

 span { border-color: rgb(31,130,198); }

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