#2D5CE5

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

Shades of Royal Blue #2D5CE5

Tints of Royal Blue #2D5CE5

Color information

#2D5CE5 (or 0x2D5CE5) is unknown color: approx Royal Blue. HEX triplet: 2D, 5C and E5. RGB value is (45,92,229). Sum of RGB (Red+Green+Blue) = 45+92+229=366 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.30% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 229 (89.84% from 255 or 62.57% from 366); Max value from RGB is 229 - color contains mainly: blue. Hex color #2D5CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5CE5 is #D2A31A. Grayscale: #5C5C5C. Windows color (decimal): -13804315 or 15031341. OLE color: 15031341.

HSL color Cylindrical-coordinate representation of color #2D5CE5: hue angle of 224.67º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D5CE5 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4592229-
CMYK0.800.6000.10
HSL224.67º77.97%53.73%-
HSV(B)224.67º80.35%89.8%-
XYZ19.0513.8775.8-
YUV93.56204.4393.36-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.30%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 229 (89.84% from 255) = 62.57%
R=12.30%
G=25.14%
B=62.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal45922290.800.6000.10224.6777.9753.73
Hex2D5CE5503C0Ae14e36
Octal551343451207401234111666
Binary101101101110011100101101000011110001010111000011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,92,229); }

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

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

 a { background-color: rgb(45,92,229); }

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

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

 span { border-color: rgb(45,92,229); }

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