#2F69BF

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

Shades of Cerulean Blue #2F69BF

Tints of Cerulean Blue #2F69BF

Color information

#2F69BF (or 0x2F69BF) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 69 and BF. RGB value is (47,105,191). Sum of RGB (Red+Green+Blue) = 47+105+191=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F69BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F69BF is #D09640. Grayscale: #616161. Windows color (decimal): -13669953 or 12544303. OLE color: 12544303.

HSL color Cylindrical-coordinate representation of color #2F69BF: hue angle of 215.83º 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 #2F69BF is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB47105191-
CMYK0.750.4500.25
HSL215.83º60.5%46.67%-
HSV(B)215.83º75.39%74.9%-
XYZ15.6314.4751.26-
YUV97.46180.7892.01-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.70%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 191 (75% from 255) = 55.69%
R=13.70%
G=30.61%
B=55.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471051910.750.4500.25215.8360.546.67
Hex2F69BF4B2D019d83d2f
Octal57151277113550313307557
Binary101111110100110111111100101110110101100111011000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F69BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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