#277DDE

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

Shades of Royal Blue #277DDE

Tints of Royal Blue #277DDE

Color information

#277DDE (or 0x277DDE) is unknown color: approx Royal Blue. HEX triplet: 27, 7D and DE. RGB value is (39,125,222). Sum of RGB (Red+Green+Blue) = 39+125+222=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #277DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277DDE is #D88221. Grayscale: #6D6D6D. Windows color (decimal): -14189090 or 14581031. OLE color: 14581031.

HSL color Cylindrical-coordinate representation of color #277DDE: hue angle of 211.8º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #277DDE is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB39125222-
CMYK0.820.4400.13
HSL211.8º73.49%51.18%-
HSV(B)211.8º82.43%87.06%-
XYZ21.3620.3771.91-
YUV110.34191.0177.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.10%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 222 (87.11% from 255) = 57.51%
R=10.10%
G=32.38%
B=57.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal391252220.820.4400.13211.873.4951.18
Hex277DDE522C0Dd44933
Octal471753361225401532411163
Binary100111111110111011110101001010110001101110101001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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