#277DC7

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

Shades of Curious Blue #277DC7

Tints of Curious Blue #277DC7

Color information

#277DC7 (or 0x277DC7) is unknown color: approx Curious Blue. HEX triplet: 27, 7D and C7. RGB value is (39,125,199). Sum of RGB (Red+Green+Blue) = 39+125+199=363 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.74% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 199 (78.12% from 255 or 54.82% from 363); Max value from RGB is 199 - color contains mainly: blue. Hex color #277DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277DC7 is #D88238. Grayscale: #6B6B6B. Windows color (decimal): -14189113 or 13073703. OLE color: 13073703.

HSL color Cylindrical-coordinate representation of color #277DC7: hue angle of 207.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #277DC7 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB39125199-
CMYK0.800.3700.22
HSL207.75º67.23%46.67%-
HSV(B)207.75º80.4%78.04%-
XYZ18.4819.2256.77-
YUV107.72179.5178.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.74%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 199 (78.12% from 255) = 54.82%
R=10.74%
G=34.44%
B=54.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal391251990.800.3700.22207.7567.2346.67
Hex277DC75025016d0432f
Octal471753071204502632010357
Binary1001111111101110001111010000100101010110110100001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277DC7; }

 p { color: rgb(39,125,199); }

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

<style>
 a { background-color: #277DC7; }

 a { background-color: rgb(39,125,199); }

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

<style>
 span { border-color: #277DC7; }

 span { border-color: rgb(39,125,199); }

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