#2a65c8

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

Shades of Cerulean Blue #2A65C8

Tints of Cerulean Blue #2A65C8

Color information

#2A65C8 (or 0x2A65C8) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 65 and C8. RGB value is (42,101,200). Sum of RGB (Red+Green+Blue) = 42+101+200=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 200 (78.52% from 255 or 58.31% from 343); Max value from RGB is 200 - color contains mainly: blue. Hex color #2A65C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A65C8 is #D59A37. Grayscale: #5E5E5E. Windows color (decimal): -13998648 or 13133098. OLE color: 13133098.

HSL color Cylindrical-coordinate representation of color #2A65C8: hue angle of 217.59º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A65C8 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB42101200-
CMYK0.790.4900.22
HSL217.59º65.29%47.45%-
HSV(B)217.59º79%78.43%-
XYZ16.0313.9756.49-
YUV94.64187.4590.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.24%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 200 (78.52% from 255) = 58.31%
R=12.24%
G=29.45%
B=58.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal421012000.790.4900.22217.5965.2947.45
Hex2A65C84F31016da412f
Octal521453101176102633210157
Binary1010101100101110010001001111110001010110110110101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a65c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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