#1c83cf

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

Shades of Curious Blue #1C83CF

Tints of Curious Blue #1C83CF

Color information

#1C83CF (or 0x1C83CF) is unknown color: approx Curious Blue. HEX triplet: 1C, 83 and CF. RGB value is (28,131,207). Sum of RGB (Red+Green+Blue) = 28+131+207=366 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.65% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C83CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C83CF is #E37C30. Grayscale: #6C6C6C. Windows color (decimal): -14908465 or 13599516. OLE color: 13599516.

HSL color Cylindrical-coordinate representation of color #1C83CF: hue angle of 205.47º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C83CF is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB28131207-
CMYK0.860.3700.19
HSL205.47º76.17%46.08%-
HSV(B)205.47º86.47%81.18%-
XYZ19.8620.9862.04-
YUV108.87183.3870.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.65%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 207 (81.25% from 255) = 56.56%
R=7.65%
G=35.79%
B=56.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal281312070.860.3700.19205.4776.1746.08
Hex1C83CF5625013cd4c2e
Octal342033171264502331511456
Binary1110010000011110011111010110100101010011110011011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c83cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,131,207); }

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

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

 a { background-color: rgb(28,131,207); }

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

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

 span { border-color: rgb(28,131,207); }

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