#2150CB

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

Shades of Cerulean Blue #2150CB

Tints of Cerulean Blue #2150CB

Color information

#2150CB (or 0x2150CB) is unknown color: approx Cerulean Blue. HEX triplet: 21, 50 and CB. RGB value is (33,80,203). Sum of RGB (Red+Green+Blue) = 33+80+203=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #2150CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2150CB is #DEAF34. Grayscale: #4F4F4F. Windows color (decimal): -14593845 or 13324321. OLE color: 13324321.

HSL color Cylindrical-coordinate representation of color #2150CB: hue angle of 223.41º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2150CB is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3380203-
CMYK0.840.6100.20
HSL223.41º72.03%46.27%-
HSV(B)223.41º83.74%79.61%-
XYZ14.2810.3757.75-
YUV79.97197.4394.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.44%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 203 (79.69% from 255) = 64.24%
R=10.44%
G=25.32%
B=64.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal33802030.840.6100.20223.4172.0346.27
Hex2150CB543D014df482e
Octal411203131247502433711056
Binary1000011010000110010111010100111101010100110111111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2150CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2150CB; }

 p { color: rgb(33,80,203); }

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

<style>
 a { background-color: #2150CB; }

 a { background-color: rgb(33,80,203); }

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

<style>
 span { border-color: #2150CB; }

 span { border-color: rgb(33,80,203); }

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