#2A50BC

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

Shades of Cerulean Blue #2A50BC

Tints of Cerulean Blue #2A50BC

Color information

#2A50BC (or 0x2A50BC) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 50 and BC. RGB value is (42,80,188). Sum of RGB (Red+Green+Blue) = 42+80+188=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A50BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A50BC is #D5AF43. Grayscale: #505050. Windows color (decimal): -14004036 or 12341290. OLE color: 12341290.

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

Color convert

RGB4280188-
CMYK0.780.5700.26
HSL224.38º63.48%45.1%-
HSV(B)224.38º77.66%73.73%-
XYZ12.99.8648.8-
YUV80.95188.41100.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.55%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 188 (73.83% from 255) = 60.65%
R=13.55%
G=25.81%
B=60.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42801880.780.5700.26224.3863.4845.1
Hex2A50BC4E3901Ae03f2d
Octal52120274116710323407755
Binary101010101000010111100100111011100101101011100000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A50BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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