#275DED

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

Shades of Royal Blue #275DED

Tints of Royal Blue #275DED

Color information

#275DED (or 0x275DED) is unknown color: approx Royal Blue. HEX triplet: 27, 5D and ED. RGB value is (39,93,237). Sum of RGB (Red+Green+Blue) = 39+93+237=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #275DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275DED is #D8A212. Grayscale: #5C5C5C. Windows color (decimal): -14197267 or 15555879. OLE color: 15555879.

HSL color Cylindrical-coordinate representation of color #275DED: hue angle of 223.64º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275DED is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3993237-
CMYK0.840.6100.07
HSL223.64º84.62%54.12%-
HSV(B)223.64º83.54%92.94%-
XYZ20.0414.3781.84-
YUV93.27209.1189.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.57%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 237 (92.97% from 255) = 64.23%
R=10.57%
G=25.20%
B=64.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal39932370.840.6100.07223.6484.6254.12
Hex275DED543D07e05536
Octal47135355124750734012566
Binary10011110111011110110110101001111010111111000001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,93,237); }

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

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

 a { background-color: rgb(39,93,237); }

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

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

 span { border-color: rgb(39,93,237); }

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