#2650BF

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

Shades of Cerulean Blue #2650BF

Tints of Cerulean Blue #2650BF

Color information

#2650BF (or 0x2650BF) is unknown color: approx Cerulean Blue. HEX triplet: 26, 50 and BF. RGB value is (38,80,191). Sum of RGB (Red+Green+Blue) = 38+80+191=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #2650BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2650BF is #D9AF40. Grayscale: #4F4F4F. Windows color (decimal): -14266177 or 12537894. OLE color: 12537894.

HSL color Cylindrical-coordinate representation of color #2650BF: hue angle of 223.53º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2650BF is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3880191-
CMYK0.800.5800.25
HSL223.53º66.81%44.9%-
HSV(B)223.53º80.1%74.9%-
XYZ13.079.9150.51-
YUV80.1190.5997.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.30%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 191 (75% from 255) = 61.81%
R=12.30%
G=25.89%
B=61.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38801910.800.5800.25223.5366.8144.9
Hex2650BF503A019e0432d
Octal461202771207203134010355
Binary1001101010000101111111010000111010011001111000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2650BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2650BF; }

 p { color: rgb(38,80,191); }

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

<style>
 a { background-color: #2650BF; }

 a { background-color: rgb(38,80,191); }

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

<style>
 span { border-color: #2650BF; }

 span { border-color: rgb(38,80,191); }

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