#2d5efe

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

Shades of Royal Blue #2D5EFE

Tints of Royal Blue #2D5EFE

Color information

#2D5EFE (or 0x2D5EFE) is unknown color: approx Royal Blue. HEX triplet: 2D, 5E and FE. RGB value is (45,94,254). Sum of RGB (Red+Green+Blue) = 45+94+254=393 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.45% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D5EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5EFE is #D2A101. Grayscale: #606060. Windows color (decimal): -13803778 or 16670253. OLE color: 16670253.

HSL color Cylindrical-coordinate representation of color #2D5EFE: hue angle of 225.93º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D5EFE is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB4594254-
CMYK0.820.6300.00
HSL225.93º99.05%58.63%-
HSV(B)225.93º82.28%99.61%-
XYZ22.9715.7295.59-
YUV97.59216.2790.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.45%
GREEN value IS 94 (37.11% from 255) = 23.92%
BLUE value IS 254 (99.61% from 255) = 64.63%
R=11.45%
G=23.92%
B=64.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal45942540.820.6300.00225.9399.0558.63
Hex2D5EFE523F00e2633b
Octal55136376122770034214373
Binary101101101111011111110101001011111100111000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d5efe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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