#2A50BB

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

Shades of Cerulean Blue #2A50BB

Tints of Cerulean Blue #2A50BB

Color information

#2A50BB (or 0x2A50BB) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 50 and BB. RGB value is (42,80,187). Sum of RGB (Red+Green+Blue) = 42+80+187=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A50BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A50BB is #D5AF44. Grayscale: #505050. Windows color (decimal): -14004037 or 12275754. OLE color: 12275754.

HSL color Cylindrical-coordinate representation of color #2A50BB: hue angle of 224.28º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A50BB is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4280187-
CMYK0.780.5700.27
HSL224.28º63.32%44.9%-
HSV(B)224.28º77.54%73.33%-
XYZ12.799.8248.23-
YUV80.84187.91100.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.59%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 187 (73.44% from 255) = 60.52%
R=13.59%
G=25.89%
B=60.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42801870.780.5700.27224.2863.3244.9
Hex2A50BB4E3901Be03f2d
Octal52120273116710333407755
Binary101010101000010111011100111011100101101111100000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A50BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,80,187); }

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

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

 a { background-color: rgb(42,80,187); }

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

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

 span { border-color: rgb(42,80,187); }

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