#255cb9

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

Shades of Cerulean Blue #255CB9

Tints of Cerulean Blue #255CB9

Color information

#255CB9 (or 0x255CB9) is unknown color: approx Cerulean Blue. HEX triplet: 25, 5C and B9. RGB value is (37,92,185). Sum of RGB (Red+Green+Blue) = 37+92+185=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #255CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CB9 is #DAA346. Grayscale: #555555. Windows color (decimal): -14328647 or 12147749. OLE color: 12147749.

HSL color Cylindrical-coordinate representation of color #255CB9: hue angle of 217.7º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255CB9 is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3792185-
CMYK0.800.5000.27
HSL217.7º66.67%43.53%-
HSV(B)217.7º80%72.55%-
XYZ13.3511.5547.42-
YUV86.16183.7892.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.78%
GREEN value IS 92 (36.33% from 255) = 29.30%
BLUE value IS 185 (72.66% from 255) = 58.92%
R=11.78%
G=29.30%
B=58.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37921850.800.5000.27217.766.6743.53
Hex255CB9503201Bda432c
Octal451342711206203333210354
Binary1001011011100101110011010000110010011011110110101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255cb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255cb9; }

 p { color: rgb(37,92,185); }

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

<style>
 a { background-color: #255cb9; }

 a { background-color: rgb(37,92,185); }

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

<style>
 span { border-color: #255cb9; }

 span { border-color: rgb(37,92,185); }

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