#2654CF

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

Shades of Cerulean Blue #2654CF

Tints of Cerulean Blue #2654CF

Color information

#2654CF (or 0x2654CF) is unknown color: approx Cerulean Blue. HEX triplet: 26, 54 and CF. RGB value is (38,84,207). Sum of RGB (Red+Green+Blue) = 38+84+207=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #2654CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2654CF is #D9AB30. Grayscale: #535353. Windows color (decimal): -14265137 or 13587494. OLE color: 13587494.

HSL color Cylindrical-coordinate representation of color #2654CF: hue angle of 223.67º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2654CF is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3884207-
CMYK0.820.5900.19
HSL223.67º68.98%48.04%-
HSV(B)223.67º81.64%81.18%-
XYZ15.2311.2660.4-
YUV84.27197.2695-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.55%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 207 (81.25% from 255) = 62.92%
R=11.55%
G=25.53%
B=62.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal38842070.820.5900.19223.6768.9848.04
Hex2654CF523B013e04530
Octal461243171227302334010560
Binary1001101010100110011111010010111011010011111000001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2654CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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