#255ED6

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

Shades of Cerulean Blue #255ED6

Tints of Cerulean Blue #255ED6

Color information

#255ED6 (or 0x255ED6) is unknown color: approx Cerulean Blue. HEX triplet: 25, 5E and D6. RGB value is (37,94,214). Sum of RGB (Red+Green+Blue) = 37+94+214=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 214 (83.98% from 255 or 62.03% from 345); Max value from RGB is 214 - color contains mainly: blue. Hex color #255ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ED6 is #DAA129. Grayscale: #5A5A5A. Windows color (decimal): -14328106 or 14048805. OLE color: 14048805.

HSL color Cylindrical-coordinate representation of color #255ED6: hue angle of 220.68º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255ED6 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3794214-
CMYK0.830.5600.16
HSL220.68º70.52%49.22%-
HSV(B)220.68º82.71%83.92%-
XYZ16.913.2565.29-
YUV90.64197.6289.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.72%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 214 (83.98% from 255) = 62.03%
R=10.72%
G=27.25%
B=62.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal37942140.830.5600.16220.6870.5249.22
Hex255ED65338010dd4731
Octal451363261237002033510761
Binary1001011011110110101101010011111000010000110111011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,94,214); }

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

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

 a { background-color: rgb(37,94,214); }

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

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

 span { border-color: rgb(37,94,214); }

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