#2450bb

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

Shades of Cerulean Blue #2450BB

Tints of Cerulean Blue #2450BB

Color information

#2450BB (or 0x2450BB) is unknown color: approx Cerulean Blue. HEX triplet: 24, 50 and BB. RGB value is (36,80,187). Sum of RGB (Red+Green+Blue) = 36+80+187=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #2450BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2450BB is #DBAF44. Grayscale: #4E4E4E. Windows color (decimal): -14397253 or 12275748. OLE color: 12275748.

HSL color Cylindrical-coordinate representation of color #2450BB: hue angle of 222.52º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2450BB is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3680187-
CMYK0.810.5700.27
HSL222.52º67.71%43.73%-
HSV(B)222.52º80.75%73.33%-
XYZ12.579.748.22-
YUV79.04188.9297.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.88%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 187 (73.44% from 255) = 61.72%
R=11.88%
G=26.40%
B=61.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal36801870.810.5700.27222.5267.7143.73
Hex2450BB513901Bdf442c
Octal441202731217103333710454
Binary1001001010000101110111010001111001011011110111111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2450bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2450bb; }

 p { color: rgb(36,80,187); }

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

<style>
 a { background-color: #2450bb; }

 a { background-color: rgb(36,80,187); }

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

<style>
 span { border-color: #2450bb; }

 span { border-color: rgb(36,80,187); }

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