#2a63ca

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

Shades of Cerulean Blue #2A63CA

Tints of Cerulean Blue #2A63CA

Color information

#2A63CA (or 0x2A63CA) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 63 and CA. RGB value is (42,99,202). Sum of RGB (Red+Green+Blue) = 42+99+202=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A63CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A63CA is #D59C35. Grayscale: #5D5D5D. Windows color (decimal): -13999158 or 13263658. OLE color: 13263658.

HSL color Cylindrical-coordinate representation of color #2A63CA: hue angle of 218.62º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A63CA is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4299202-
CMYK0.790.5100.21
HSL218.62º65.57%47.84%-
HSV(B)218.62º79.21%79.22%-
XYZ16.0813.6857.67-
YUV93.7189.1291.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.24%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 202 (79.30% from 255) = 58.89%
R=12.24%
G=28.86%
B=58.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42992020.790.5100.21218.6265.5747.84
Hex2A63CA4F33015db4230
Octal521433121176302533310260
Binary1010101100011110010101001111110011010101110110111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a63ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,99,202); }

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

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

 a { background-color: rgb(42,99,202); }

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

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

 span { border-color: rgb(42,99,202); }

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