#2F6BBF

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

Shades of Cerulean Blue #2F6BBF

Tints of Cerulean Blue #2F6BBF

Color information

#2F6BBF (or 0x2F6BBF) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 6B and BF. RGB value is (47,107,191). Sum of RGB (Red+Green+Blue) = 47+107+191=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F6BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6BBF is #D09440. Grayscale: #626262. Windows color (decimal): -13669441 or 12544815. OLE color: 12544815.

HSL color Cylindrical-coordinate representation of color #2F6BBF: hue angle of 215º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F6BBF is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB47107191-
CMYK0.750.4400.25
HSL215º60.5%46.67%-
HSV(B)215º75.39%74.9%-
XYZ15.8314.8851.33-
YUV98.64180.1291.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.62%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 191 (75% from 255) = 55.36%
R=13.62%
G=31.01%
B=55.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471071910.750.4400.2521560.546.67
Hex2F6BBF4B2C019d73d2f
Octal57153277113540313277557
Binary101111110101110111111100101110110001100111010111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,107,191); }

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

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

 a { background-color: rgb(47,107,191); }

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

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

 span { border-color: rgb(47,107,191); }

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