#2650BD

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

Shades of Cerulean Blue #2650BD

Tints of Cerulean Blue #2650BD

Color information

#2650BD (or 0x2650BD) is unknown color: approx Cerulean Blue. HEX triplet: 26, 50 and BD. RGB value is (38,80,189). Sum of RGB (Red+Green+Blue) = 38+80+189=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #2650BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2650BD is #D9AF42. Grayscale: #4F4F4F. Windows color (decimal): -14266179 or 12406822. OLE color: 12406822.

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

Color convert

RGB3880189-
CMYK0.800.5800.26
HSL223.31º66.52%44.51%-
HSV(B)223.31º79.89%74.12%-
XYZ12.859.8249.36-
YUV79.87189.5998.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.38%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 189 (74.22% from 255) = 61.56%
R=12.38%
G=26.06%
B=61.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38801890.800.5800.26223.3166.5244.51
Hex2650BD503A01Adf432d
Octal461202751207203233710355
Binary1001101010000101111011010000111010011010110111111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2650BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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