#1D7EBB

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

Shades of Curious Blue #1D7EBB

Tints of Curious Blue #1D7EBB

Color information

#1D7EBB (or 0x1D7EBB) is unknown color: approx Curious Blue. HEX triplet: 1D, 7E and BB. RGB value is (29,126,187). Sum of RGB (Red+Green+Blue) = 29+126+187=342 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.48% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D7EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7EBB is #E28144. Grayscale: #676767. Windows color (decimal): -14844229 or 12287517. OLE color: 12287517.

HSL color Cylindrical-coordinate representation of color #1D7EBB: hue angle of 203.16º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D7EBB is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB29126187-
CMYK0.840.3300.27
HSL203.16º73.15%42.35%-
HSV(B)203.16º84.49%73.33%-
XYZ16.9418.7749.74-
YUV103.95174.8674.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.48%
GREEN value IS 126 (49.61% from 255) = 36.84%
BLUE value IS 187 (73.44% from 255) = 54.68%
R=8.48%
G=36.84%
B=54.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal291261870.840.3300.27203.1673.1542.35
Hex1D7EBB542101Bcb492a
Octal351762731244103331311152
Binary111011111110101110111010100100001011011110010111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,126,187); }

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

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

 a { background-color: rgb(29,126,187); }

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

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

 span { border-color: rgb(29,126,187); }

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