#2d64f4

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

Shades of Royal Blue #2D64F4

Tints of Royal Blue #2D64F4

Color information

#2D64F4 (or 0x2D64F4) is unknown color: approx Royal Blue. HEX triplet: 2D, 64 and F4. RGB value is (45,100,244). Sum of RGB (Red+Green+Blue) = 45+100+244=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 244 (95.70% from 255 or 62.72% from 389); Max value from RGB is 244 - color contains mainly: blue. Hex color #2D64F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D64F4 is #D29B0B. Grayscale: #636363. Windows color (decimal): -13802252 or 16016429. OLE color: 16016429.

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

Color convert

RGB45100244-
CMYK0.820.5900.04
HSL223.42º90.05%56.67%-
HSV(B)223.42º81.56%95.69%-
XYZ21.9716.287.56-
YUV99.97209.2888.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.57%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 244 (95.70% from 255) = 62.72%
R=11.57%
G=25.71%
B=62.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal451002440.820.5900.04223.4290.0556.67
Hex2D64F4523B04df5a39
Octal55144364122730433713271
Binary10110111001001111010010100101110110100110111111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d64f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,100,244); }

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

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

 a { background-color: rgb(45,100,244); }

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

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

 span { border-color: rgb(45,100,244); }

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