#2D5BEF

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

Shades of Royal Blue #2D5BEF

Tints of Royal Blue #2D5BEF

Color information

#2D5BEF (or 0x2D5BEF) is unknown color: approx Royal Blue. HEX triplet: 2D, 5B and EF. RGB value is (45,91,239). Sum of RGB (Red+Green+Blue) = 45+91+239=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D5BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5BEF is #D2A410. Grayscale: #5D5D5D. Windows color (decimal): -13804561 or 15686445. OLE color: 15686445.

HSL color Cylindrical-coordinate representation of color #2D5BEF: hue angle of 225.77º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D5BEF is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4591239-
CMYK0.810.6200.06
HSL225.77º85.84%55.69%-
HSV(B)225.77º81.17%93.73%-
XYZ20.414.2783.34-
YUV94.12209.7692.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12%
GREEN value IS 91 (35.94% from 255) = 24.27%
BLUE value IS 239 (93.75% from 255) = 63.73%
R=12%
G=24.27%
B=63.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal45912390.810.6200.06225.7785.8455.69
Hex2D5BEF513E06e25638
Octal55133357121760634212670
Binary10110110110111110111110100011111100110111000101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,91,239); }

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

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

 a { background-color: rgb(45,91,239); }

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

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

 span { border-color: rgb(45,91,239); }

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