#2D66F7

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

Shades of Royal Blue #2D66F7

Tints of Royal Blue #2D66F7

Color information

#2D66F7 (or 0x2D66F7) is unknown color: approx Royal Blue. HEX triplet: 2D, 66 and F7. RGB value is (45,102,247). Sum of RGB (Red+Green+Blue) = 45+102+247=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 247 (96.88% from 255 or 62.69% from 394); Max value from RGB is 247 - color contains mainly: blue. Hex color #2D66F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D66F7 is #D29908. Grayscale: #646464. Windows color (decimal): -13801737 or 16213549. OLE color: 16213549.

HSL color Cylindrical-coordinate representation of color #2D66F7: hue angle of 223.07º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D66F7 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB45102247-
CMYK0.820.5900.03
HSL223.07º92.66%57.25%-
HSV(B)223.07º81.78%96.86%-
XYZ22.6216.7890.04-
YUV101.49210.1287.71-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.42%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 247 (96.88% from 255) = 62.69%
R=11.42%
G=25.89%
B=62.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal451022470.820.5900.03223.0792.6657.25
Hex2D66F7523B03df5d39
Octal55146367122730333713571
Binary1011011100110111101111010010111011011110111111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D66F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,102,247); }

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

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

 a { background-color: rgb(45,102,247); }

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

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

 span { border-color: rgb(45,102,247); }

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