#275AE5

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

Shades of Royal Blue #275AE5

Tints of Royal Blue #275AE5

Color information

#275AE5 (or 0x275AE5) is unknown color: approx Royal Blue. HEX triplet: 27, 5A and E5. RGB value is (39,90,229). Sum of RGB (Red+Green+Blue) = 39+90+229=358 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.89% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #275AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275AE5 is #D8A51A. Grayscale: #595959. Windows color (decimal): -14198043 or 15030823. OLE color: 15030823.

HSL color Cylindrical-coordinate representation of color #275AE5: hue angle of 223.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #275AE5 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB3990229-
CMYK0.830.6100.10
HSL223.89º78.51%52.55%-
HSV(B)223.89º82.97%89.8%-
XYZ18.6413.475.73-
YUV90.6206.191.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.89%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 229 (89.84% from 255) = 63.97%
R=10.89%
G=25.14%
B=63.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal39902290.830.6100.10223.8978.5152.55
Hex275AE5533D0Ae04f35
Octal471323451237501234011765
Binary100111101101011100101101001111110101010111000001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275AE5; }

 p { color: rgb(39,90,229); }

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

<style>
 a { background-color: #275AE5; }

 a { background-color: rgb(39,90,229); }

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

<style>
 span { border-color: #275AE5; }

 span { border-color: rgb(39,90,229); }

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