#2A5DBB

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

Shades of Cerulean Blue #2A5DBB

Tints of Cerulean Blue #2A5DBB

Color information

#2A5DBB (or 0x2A5DBB) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 5D and BB. RGB value is (42,93,187). Sum of RGB (Red+Green+Blue) = 42+93+187=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A5DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5DBB is #D5A244. Grayscale: #585858. Windows color (decimal): -14000709 or 12279082. OLE color: 12279082.

HSL color Cylindrical-coordinate representation of color #2A5DBB: hue angle of 218.9º 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 #2A5DBB is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4293187-
CMYK0.780.5000.27
HSL218.9º63.32%44.9%-
HSV(B)218.9º77.54%73.33%-
XYZ13.8411.9148.58-
YUV88.47183.694.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.04%
GREEN value IS 93 (36.72% from 255) = 28.88%
BLUE value IS 187 (73.44% from 255) = 58.07%
R=13.04%
G=28.88%
B=58.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42931870.780.5000.27218.963.3244.9
Hex2A5DBB4E3201Bdb3f2d
Octal52135273116620333337755
Binary101010101110110111011100111011001001101111011011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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