#2B74E8

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

Shades of Royal Blue #2B74E8

Tints of Royal Blue #2B74E8

Color information

#2B74E8 (or 0x2B74E8) is unknown color: approx Royal Blue. HEX triplet: 2B, 74 and E8. RGB value is (43,116,232). Sum of RGB (Red+Green+Blue) = 43+116+232=391 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.00% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 232 (91.02% from 255 or 59.34% from 391); Max value from RGB is 232 - color contains mainly: blue. Hex color #2B74E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B74E8 is #D48B17. Grayscale: #6A6A6A. Windows color (decimal): -13929240 or 15234091. OLE color: 15234091.

HSL color Cylindrical-coordinate representation of color #2B74E8: hue angle of 216.83º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B74E8 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB43116232-
CMYK0.810.5000.09
HSL216.83º80.43%53.92%-
HSV(B)216.83º81.47%90.98%-
XYZ21.8118.8378.83-
YUV107.4198.3282.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.00%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 232 (91.02% from 255) = 59.34%
R=11.00%
G=29.67%
B=59.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal431162320.810.5000.09216.8380.4353.92
Hex2B74E8513209d95036
Octal531643501216201133112066
Binary101011111010011101000101000111001001001110110011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B74E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,116,232); }

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

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

 a { background-color: rgb(43,116,232); }

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

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

 span { border-color: rgb(43,116,232); }

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