#2C5ACF

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

Shades of Cerulean Blue #2C5ACF

Tints of Cerulean Blue #2C5ACF

Color information

#2C5ACF (or 0x2C5ACF) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 5A and CF. RGB value is (44,90,207). Sum of RGB (Red+Green+Blue) = 44+90+207=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #2C5ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5ACF is #D3A530. Grayscale: #595959. Windows color (decimal): -13870385 or 13589036. OLE color: 13589036.

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

Color convert

RGB4490207-
CMYK0.790.5700.19
HSL223.07º64.94%49.22%-
HSV(B)223.07º78.74%81.18%-
XYZ15.9612.3560.57-
YUV89.58194.2695.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.90%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 207 (81.25% from 255) = 60.70%
R=12.90%
G=26.39%
B=60.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal44902070.790.5700.19223.0764.9449.22
Hex2C5ACF4F39013df4131
Octal541323171177102333710161
Binary1011001011010110011111001111111001010011110111111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,90,207); }

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

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

 a { background-color: rgb(44,90,207); }

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

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

 span { border-color: rgb(44,90,207); }

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