#207BBD

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

Shades of Curious Blue #207BBD

Tints of Curious Blue #207BBD

Color information

#207BBD (or 0x207BBD) is unknown color: approx Curious Blue. HEX triplet: 20, 7B and BD. RGB value is (32,123,189). Sum of RGB (Red+Green+Blue) = 32+123+189=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #207BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207BBD is #DF8442. Grayscale: #666666. Windows color (decimal): -14648387 or 12417824. OLE color: 12417824.

HSL color Cylindrical-coordinate representation of color #207BBD: hue angle of 205.22º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #207BBD is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB32123189-
CMYK0.830.3500.26
HSL205.22º71.04%43.33%-
HSV(B)205.22º83.07%74.12%-
XYZ16.8618.1550.76-
YUV103.32176.3577.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.30%
GREEN value IS 123 (48.44% from 255) = 35.76%
BLUE value IS 189 (74.22% from 255) = 54.94%
R=9.30%
G=35.76%
B=54.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal321231890.830.3500.26205.2271.0443.33
Hex207BBD532301Acd472b
Octal401732751234303231510753
Binary1000001111011101111011010011100011011010110011011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207BBD; }

 p { color: rgb(32,123,189); }

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

<style>
 a { background-color: #207BBD; }

 a { background-color: rgb(32,123,189); }

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

<style>
 span { border-color: #207BBD; }

 span { border-color: rgb(32,123,189); }

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