#2F68BD

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

Shades of Cerulean Blue #2F68BD

Tints of Cerulean Blue #2F68BD

Color information

#2F68BD (or 0x2F68BD) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 68 and BD. RGB value is (47,104,189). Sum of RGB (Red+Green+Blue) = 47+104+189=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F68BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F68BD is #D09742. Grayscale: #606060. Windows color (decimal): -13670211 or 12412975. OLE color: 12412975.

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

Color convert

RGB47104189-
CMYK0.750.4500.26
HSL215.92º60.17%46.27%-
HSV(B)215.92º75.13%74.12%-
XYZ15.3114.1850.07-
YUV96.65180.1292.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.82%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 189 (74.22% from 255) = 55.59%
R=13.82%
G=30.59%
B=55.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal471041890.750.4500.26215.9260.1746.27
Hex2F68BD4B2D01Ad83c2e
Octal57150275113550323307456
Binary101111110100010111101100101110110101101011011000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F68BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,104,189); }

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

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

 a { background-color: rgb(47,104,189); }

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

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

 span { border-color: rgb(47,104,189); }

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