#2D76EF

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

Shades of Royal Blue #2D76EF

Tints of Royal Blue #2D76EF

Color information

#2D76EF (or 0x2D76EF) is unknown color: approx Royal Blue. HEX triplet: 2D, 76 and EF. RGB value is (45,118,239). Sum of RGB (Red+Green+Blue) = 45+118+239=402 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.19% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D76EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D76EF is #D28910. Grayscale: #6D6D6D. Windows color (decimal): -13797649 or 15693357. OLE color: 15693357.

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

Color convert

RGB45118239-
CMYK0.810.5100.06
HSL217.42º85.84%55.69%-
HSV(B)217.42º81.17%93.73%-
XYZ23.1419.7584.25-
YUV109.97200.8281.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.19%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 239 (93.75% from 255) = 59.45%
R=11.19%
G=29.35%
B=59.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal451182390.810.5100.06217.4285.8455.69
Hex2D76EF513306d95638
Octal55166357121630633112670
Binary10110111101101110111110100011100110110110110011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D76EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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