#2F54BB

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

Shades of Cerulean Blue #2F54BB

Tints of Cerulean Blue #2F54BB

Color information

#2F54BB (or 0x2F54BB) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 54 and BB. RGB value is (47,84,187). Sum of RGB (Red+Green+Blue) = 47+84+187=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F54BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F54BB is #D0AB44. Grayscale: #545454. Windows color (decimal): -13675333 or 12276783. OLE color: 12276783.

HSL color Cylindrical-coordinate representation of color #2F54BB: hue angle of 224.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F54BB is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4784187-
CMYK0.750.5500.27
HSL224.14º59.83%45.88%-
HSV(B)224.14º74.87%73.33%-
XYZ13.3110.5348.35-
YUV84.68185.74101.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.78%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 187 (73.44% from 255) = 58.81%
R=14.78%
G=26.42%
B=58.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47841870.750.5500.27224.1459.8345.88
Hex2F54BB4B3701Be03c2e
Octal57124273113670333407456
Binary101111101010010111011100101111011101101111100000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F54BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,84,187); }

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

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

 a { background-color: rgb(47,84,187); }

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

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

 span { border-color: rgb(47,84,187); }

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