#2A65CA

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

Shades of Cerulean Blue #2A65CA

Tints of Cerulean Blue #2A65CA

Color information

#2A65CA (or 0x2A65CA) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 65 and CA. RGB value is (42,101,202). Sum of RGB (Red+Green+Blue) = 42+101+202=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A65CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A65CA is #D59A35. Grayscale: #5E5E5E. Windows color (decimal): -13998646 or 13264170. OLE color: 13264170.

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

Color convert

RGB42101202-
CMYK0.790.5000.21
HSL217.88º65.57%47.84%-
HSV(B)217.88º79.21%79.22%-
XYZ16.2714.0657.73-
YUV94.87188.4590.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.17%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=12.17%
G=29.28%
B=58.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal421012020.790.5000.21217.8865.5747.84
Hex2A65CA4F32015da4230
Octal521453121176202533210260
Binary1010101100101110010101001111110010010101110110101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A65CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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