#2F60CA

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

Shades of Cerulean Blue #2F60CA

Tints of Cerulean Blue #2F60CA

Color information

#2F60CA (or 0x2F60CA) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 60 and CA. RGB value is (47,96,202). Sum of RGB (Red+Green+Blue) = 47+96+202=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 96 (37.89% from 255 or 27.83% 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 #2F60CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F60CA is #D09F35. Grayscale: #5C5C5C. Windows color (decimal): -13672246 or 13262895. OLE color: 13262895.

HSL color Cylindrical-coordinate representation of color #2F60CA: hue angle of 221.03º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F60CA is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4796202-
CMYK0.770.5200.21
HSL221.03º62.25%48.82%-
HSV(B)221.03º76.73%79.22%-
XYZ16.0213.2357.59-
YUV93.43189.2794.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.62%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=13.62%
G=27.83%
B=58.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal47962020.770.5200.21221.0362.2548.82
Hex2F60CA4D34015dd3e31
Octal57140312115640253357661
Binary101111110000011001010100110111010001010111011101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F60CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,96,202); }

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

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

 a { background-color: rgb(47,96,202); }

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

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

 span { border-color: rgb(47,96,202); }

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