#2550C7

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

Shades of Cerulean Blue #2550C7

Tints of Cerulean Blue #2550C7

Color information

#2550C7 (or 0x2550C7) is unknown color: approx Cerulean Blue. HEX triplet: 25, 50 and C7. RGB value is (37,80,199). Sum of RGB (Red+Green+Blue) = 37+80+199=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 199 (78.12% from 255 or 62.97% from 316); Max value from RGB is 199 - color contains mainly: blue. Hex color #2550C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2550C7 is #DAAF38. Grayscale: #505050. Windows color (decimal): -14331705 or 13062181. OLE color: 13062181.

HSL color Cylindrical-coordinate representation of color #2550C7: hue angle of 224.07º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2550C7 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3780199-
CMYK0.810.6000.22
HSL224.07º68.64%46.27%-
HSV(B)224.07º81.41%78.04%-
XYZ13.9410.2555.28-
YUV80.71194.7596.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.71%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 199 (78.12% from 255) = 62.97%
R=11.71%
G=25.32%
B=62.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal37801990.810.6000.22224.0768.6446.27
Hex2550C7513C016e0452e
Octal451203071217402634010556
Binary1001011010000110001111010001111100010110111000001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2550C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2550C7; }

 p { color: rgb(37,80,199); }

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

<style>
 a { background-color: #2550C7; }

 a { background-color: rgb(37,80,199); }

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

<style>
 span { border-color: #2550C7; }

 span { border-color: rgb(37,80,199); }

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