#2D5EF8

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

Shades of Royal Blue #2D5EF8

Tints of Royal Blue #2D5EF8

Color information

#2D5EF8 (or 0x2D5EF8) is unknown color: approx Royal Blue. HEX triplet: 2D, 5E and F8. RGB value is (45,94,248). Sum of RGB (Red+Green+Blue) = 45+94+248=387 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.63% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 248 (97.27% from 255 or 64.08% from 387); Max value from RGB is 248 - color contains mainly: blue. Hex color #2D5EF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5EF8 is #D2A107. Grayscale: #606060. Windows color (decimal): -13803784 or 16277037. OLE color: 16277037.

HSL color Cylindrical-coordinate representation of color #2D5EF8: hue angle of 225.52º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D5EF8 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB4594248-
CMYK0.820.6200.03
HSL225.52º93.55%57.45%-
HSV(B)225.52º81.85%97.25%-
XYZ22.0315.3490.61-
YUV96.9213.2790.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.63%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 248 (97.27% from 255) = 64.08%
R=11.63%
G=24.29%
B=64.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal45942480.820.6200.03225.5293.5557.45
Hex2D5EF8523E03e25e39
Octal55136370122760334213671
Binary1011011011110111110001010010111110011111000101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D5EF8; }

 p { color: rgb(45,94,248); }

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

<style>
 a { background-color: #2D5EF8; }

 a { background-color: rgb(45,94,248); }

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

<style>
 span { border-color: #2D5EF8; }

 span { border-color: rgb(45,94,248); }

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