#2A5FBA

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

Shades of Cerulean Blue #2A5FBA

Tints of Cerulean Blue #2A5FBA

Color information

#2A5FBA (or 0x2A5FBA) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 5F and BA. RGB value is (42,95,186). Sum of RGB (Red+Green+Blue) = 42+95+186=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A5FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5FBA is #D5A045. Grayscale: #595959. Windows color (decimal): -14000198 or 12214058. OLE color: 12214058.

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

Color convert

RGB4295186-
CMYK0.770.4900.27
HSL217.92º63.16%44.71%-
HSV(B)217.92º77.42%72.94%-
XYZ13.9112.2248.08-
YUV89.53182.4494.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.00%
GREEN value IS 95 (37.5% from 255) = 29.41%
BLUE value IS 186 (73.05% from 255) = 57.59%
R=13.00%
G=29.41%
B=57.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42951860.770.4900.27217.9263.1644.71
Hex2A5FBA4D3101Bda3f2d
Octal52137272115610333327755
Binary101010101111110111010100110111000101101111011010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,95,186); }

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

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

 a { background-color: rgb(42,95,186); }

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

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

 span { border-color: rgb(42,95,186); }

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