#2654D2

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

Shades of Cerulean Blue #2654D2

Tints of Cerulean Blue #2654D2

Color information

#2654D2 (or 0x2654D2) is unknown color: approx Cerulean Blue. HEX triplet: 26, 54 and D2. RGB value is (38,84,210). Sum of RGB (Red+Green+Blue) = 38+84+210=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 210 (82.42% from 255 or 63.25% from 332); Max value from RGB is 210 - color contains mainly: blue. Hex color #2654D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2654D2 is #D9AB2D. Grayscale: #545454. Windows color (decimal): -14265134 or 13784102. OLE color: 13784102.

HSL color Cylindrical-coordinate representation of color #2654D2: hue angle of 223.95º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2654D2 is Cyan = 0.82, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3884210-
CMYK0.820.600.18
HSL223.95º69.35%48.63%-
HSV(B)223.95º81.9%82.35%-
XYZ15.611.4162.35-
YUV84.61198.7694.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.45%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 210 (82.42% from 255) = 63.25%
R=11.45%
G=25.30%
B=63.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal38842100.820.600.18223.9569.3548.63
Hex2654D2523C012e04531
Octal461243221227402234010561
Binary1001101010100110100101010010111100010010111000001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2654D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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