#2450BD

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

Shades of Cerulean Blue #2450BD

Tints of Cerulean Blue #2450BD

Color information

#2450BD (or 0x2450BD) is unknown color: approx Cerulean Blue. HEX triplet: 24, 50 and BD. RGB value is (36,80,189). Sum of RGB (Red+Green+Blue) = 36+80+189=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #2450BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2450BD is #DBAF42. Grayscale: #4E4E4E. Windows color (decimal): -14397251 or 12406820. OLE color: 12406820.

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

Color convert

RGB3680189-
CMYK0.810.5800.26
HSL222.75º68%44.12%-
HSV(B)222.75º80.95%74.12%-
XYZ12.789.7949.36-
YUV79.27189.9297.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.80%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 189 (74.22% from 255) = 61.97%
R=11.80%
G=26.23%
B=61.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal36801890.810.5800.26222.756844.12
Hex2450BD513A01Adf442c
Octal441202751217203233710454
Binary1001001010000101111011010001111010011010110111111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2450BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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