#2d60ee

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

Shades of Royal Blue #2D60EE

Tints of Royal Blue #2D60EE

Color information

#2D60EE (or 0x2D60EE) is unknown color: approx Royal Blue. HEX triplet: 2D, 60 and EE. RGB value is (45,96,238). Sum of RGB (Red+Green+Blue) = 45+96+238=379 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.87% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #2D60EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D60EE is #D29F11. Grayscale: #606060. Windows color (decimal): -13803282 or 15622189. OLE color: 15622189.

HSL color Cylindrical-coordinate representation of color #2D60EE: hue angle of 224.15º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D60EE is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4596238-
CMYK0.810.6000.07
HSL224.15º85.02%55.49%-
HSV(B)224.15º81.09%93.33%-
XYZ20.715.182.71-
YUV96.94207.690.95-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.87%
GREEN value IS 96 (37.89% from 255) = 25.33%
BLUE value IS 238 (93.36% from 255) = 62.80%
R=11.87%
G=25.33%
B=62.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal45962380.810.6000.07224.1585.0255.49
Hex2D60EE513C07e05537
Octal55140356121740734012567
Binary10110111000001110111010100011111000111111000001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d60ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,96,238); }

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

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

 a { background-color: rgb(45,96,238); }

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

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

 span { border-color: rgb(45,96,238); }

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