#2C7BDE

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

Shades of Royal Blue #2C7BDE

Tints of Royal Blue #2C7BDE

Color information

#2C7BDE (or 0x2C7BDE) is unknown color: approx Royal Blue. HEX triplet: 2C, 7B and DE. RGB value is (44,123,222). Sum of RGB (Red+Green+Blue) = 44+123+222=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #2C7BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C7BDE is #D38421. Grayscale: #6E6E6E. Windows color (decimal): -13861922 or 14580524. OLE color: 14580524.

HSL color Cylindrical-coordinate representation of color #2C7BDE: hue angle of 213.37º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C7BDE is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB44123222-
CMYK0.800.4500.13
HSL213.37º72.95%52.16%-
HSV(B)213.37º80.18%87.06%-
XYZ21.3119.9871.84-
YUV110.66190.8380.45-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.31%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 222 (87.11% from 255) = 57.07%
R=11.31%
G=31.62%
B=57.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal441232220.800.4500.13213.3772.9552.16
Hex2C7BDE502D0Dd54934
Octal541733361205501532511164
Binary101100111101111011110101000010110101101110101011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,123,222); }

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

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

 a { background-color: rgb(44,123,222); }

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

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

 span { border-color: rgb(44,123,222); }

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