#1D7FBF

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

Shades of Curious Blue #1D7FBF

Tints of Curious Blue #1D7FBF

Color information

#1D7FBF (or 0x1D7FBF) is unknown color: approx Curious Blue. HEX triplet: 1D, 7F and BF. RGB value is (29,127,191). Sum of RGB (Red+Green+Blue) = 29+127+191=347 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.36% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D7FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7FBF is #E28040. Grayscale: #686868. Windows color (decimal): -14843969 or 12549917. OLE color: 12549917.

HSL color Cylindrical-coordinate representation of color #1D7FBF: hue angle of 203.7º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D7FBF is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB29127191-
CMYK0.850.3400.25
HSL203.7º73.64%43.14%-
HSV(B)203.7º84.82%74.9%-
XYZ17.519.252.07-
YUV104.99176.5373.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.36%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 191 (75% from 255) = 55.04%
R=8.36%
G=36.60%
B=55.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal291271910.850.3400.25203.773.6443.14
Hex1D7FBF5522019cc4a2b
Octal351772771254203131411253
Binary111011111111101111111010101100010011001110011001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,127,191); }

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

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

 a { background-color: rgb(29,127,191); }

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

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

 span { border-color: rgb(29,127,191); }

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