#2D5CEF

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

Shades of Royal Blue #2D5CEF

Tints of Royal Blue #2D5CEF

Color information

#2D5CEF (or 0x2D5CEF) is unknown color: approx Royal Blue. HEX triplet: 2D, 5C and EF. RGB value is (45,92,239). Sum of RGB (Red+Green+Blue) = 45+92+239=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D5CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5CEF is #D2A310. Grayscale: #5E5E5E. Windows color (decimal): -13804305 or 15686701. OLE color: 15686701.

HSL color Cylindrical-coordinate representation of color #2D5CEF: hue angle of 225.46º 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 #2D5CEF is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4592239-
CMYK0.810.6200.06
HSL225.46º85.84%55.69%-
HSV(B)225.46º81.17%93.73%-
XYZ20.4914.4483.37-
YUV94.71209.4392.55-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.97%
GREEN value IS 92 (36.33% from 255) = 24.47%
BLUE value IS 239 (93.75% from 255) = 63.56%
R=11.97%
G=24.47%
B=63.56%

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
Decimal45922390.810.6200.06225.4685.8455.69
Hex2D5CEF513E06e15638
Octal55134357121760634112670
Binary10110110111001110111110100011111100110111000011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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