#2A66CF

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

Shades of Cerulean Blue #2A66CF

Tints of Cerulean Blue #2A66CF

Color information

#2A66CF (or 0x2A66CF) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 66 and CF. RGB value is (42,102,207). Sum of RGB (Red+Green+Blue) = 42+102+207=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #2A66CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A66CF is #D59930. Grayscale: #5F5F5F. Windows color (decimal): -13998385 or 13592106. OLE color: 13592106.

HSL color Cylindrical-coordinate representation of color #2A66CF: hue angle of 218.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A66CF is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB42102207-
CMYK0.800.5100.19
HSL218.18º66.27%48.82%-
HSV(B)218.18º79.71%81.18%-
XYZ16.9714.560.94-
YUV96.03190.6289.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.97%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 207 (81.25% from 255) = 58.97%
R=11.97%
G=29.06%
B=58.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal421022070.800.5100.19218.1866.2748.82
Hex2A66CF5033013da4231
Octal521463171206302333210261
Binary1010101100110110011111010000110011010011110110101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A66CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,102,207); }

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

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

 a { background-color: rgb(42,102,207); }

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

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

 span { border-color: rgb(42,102,207); }

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