#2A45E6

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

Shades of Cerulean Blue #2A45E6

Tints of Cerulean Blue #2A45E6

Color information

#2A45E6 (or 0x2A45E6) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 45 and E6. RGB value is (42,69,230). Sum of RGB (Red+Green+Blue) = 42+69+230=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 230 (90.23% from 255 or 67.45% from 341); Max value from RGB is 230 - color contains mainly: blue. Hex color #2A45E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A45E6 is #D5BA19. Grayscale: #4E4E4E. Windows color (decimal): -14006810 or 15090986. OLE color: 15090986.

HSL color Cylindrical-coordinate representation of color #2A45E6: hue angle of 231.38º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A45E6 is Cyan = 0.82, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4269230-
CMYK0.820.700.10
HSL231.38º78.99%53.33%-
HSV(B)231.38º81.74%90.2%-
XYZ17.3710.4675.97-
YUV79.28213.05101.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.32%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 230 (90.23% from 255) = 67.45%
R=12.32%
G=20.23%
B=67.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal42692300.820.700.10231.3878.9953.33
Hex2A45E652460Ae74f35
Octal5210534612210601234711765
Binary1010101000101111001101010010100011001010111001111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A45E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,69,230); }

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

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

 a { background-color: rgb(42,69,230); }

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

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

 span { border-color: rgb(42,69,230); }

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