#2450B9

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

Shades of Cerulean Blue #2450B9

Tints of Cerulean Blue #2450B9

Color information

#2450B9 (or 0x2450B9) is unknown color: approx Cerulean Blue. HEX triplet: 24, 50 and B9. RGB value is (36,80,185). Sum of RGB (Red+Green+Blue) = 36+80+185=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #2450B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2450B9 is #DBAF46. Grayscale: #4E4E4E. Windows color (decimal): -14397255 or 12144676. OLE color: 12144676.

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

Color convert

RGB3680185-
CMYK0.810.5700.27
HSL222.28º67.42%43.33%-
HSV(B)222.28º80.54%72.55%-
XYZ12.359.6247.1-
YUV78.81187.9297.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.96%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 185 (72.66% from 255) = 61.46%
R=11.96%
G=26.58%
B=61.46%

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
Decimal36801850.810.5700.27222.2867.4243.33
Hex2450B9513901Bde432b
Octal441202711217103333610353
Binary1001001010000101110011010001111001011011110111101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2450B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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