#2654DE

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

Shades of Cerulean Blue #2654DE

Tints of Cerulean Blue #2654DE

Color information

#2654DE (or 0x2654DE) is unknown color: approx Cerulean Blue. HEX triplet: 26, 54 and DE. RGB value is (38,84,222). Sum of RGB (Red+Green+Blue) = 38+84+222=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 222 (87.11% from 255 or 64.53% from 344); Max value from RGB is 222 - color contains mainly: blue. Hex color #2654DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2654DE is #D9AB21. Grayscale: #555555. Windows color (decimal): -14265122 or 14570534. OLE color: 14570534.

HSL color Cylindrical-coordinate representation of color #2654DE: hue angle of 225º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2654DE is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3884222-
CMYK0.830.6200.13
HSL225º73.6%50.98%-
HSV(B)225º82.88%87.06%-
XYZ17.1512.0370.52-
YUV85.98204.7693.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.05%
GREEN value IS 84 (33.20% from 255) = 24.42%
BLUE value IS 222 (87.11% from 255) = 64.53%
R=11.05%
G=24.42%
B=64.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal38842220.830.6200.1322573.650.98
Hex2654DE533E0De14a33
Octal461243361237601534111263
Binary100110101010011011110101001111111001101111000011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2654DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2654DE; }

 p { color: rgb(38,84,222); }

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

<style>
 a { background-color: #2654DE; }

 a { background-color: rgb(38,84,222); }

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

<style>
 span { border-color: #2654DE; }

 span { border-color: rgb(38,84,222); }

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