#2A5ACD

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

Shades of Cerulean Blue #2A5ACD

Tints of Cerulean Blue #2A5ACD

Color information

#2A5ACD (or 0x2A5ACD) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 5A and CD. RGB value is (42,90,205). Sum of RGB (Red+Green+Blue) = 42+90+205=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A5ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5ACD is #D5A532. Grayscale: #585858. Windows color (decimal): -14001459 or 13457962. OLE color: 13457962.

HSL color Cylindrical-coordinate representation of color #2A5ACD: hue angle of 222.33º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A5ACD is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4290205-
CMYK0.800.5600.20
HSL222.33º65.99%48.43%-
HSV(B)222.33º79.51%80.39%-
XYZ15.6312.2159.29-
YUV88.76193.694.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.46%
GREEN value IS 90 (35.55% from 255) = 26.71%
BLUE value IS 205 (80.47% from 255) = 60.83%
R=12.46%
G=26.71%
B=60.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal42902050.800.5600.20222.3365.9948.43
Hex2A5ACD5038014de4230
Octal521323151207002433610260
Binary1010101011010110011011010000111000010100110111101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,90,205); }

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

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

 a { background-color: rgb(42,90,205); }

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

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

 span { border-color: rgb(42,90,205); }

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