#2660C8

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

Shades of Cerulean Blue #2660C8

Tints of Cerulean Blue #2660C8

Color information

#2660C8 (or 0x2660C8) is unknown color: approx Cerulean Blue. HEX triplet: 26, 60 and C8. RGB value is (38,96,200). Sum of RGB (Red+Green+Blue) = 38+96+200=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 200 (78.52% from 255 or 59.88% from 334); Max value from RGB is 200 - color contains mainly: blue. Hex color #2660C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2660C8 is #D99F37. Grayscale: #5A5A5A. Windows color (decimal): -14262072 or 13131814. OLE color: 13131814.

HSL color Cylindrical-coordinate representation of color #2660C8: hue angle of 218.52º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2660C8 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3896200-
CMYK0.810.5200.22
HSL218.52º68.07%46.67%-
HSV(B)218.52º81%78.43%-
XYZ15.4112.9556.33-
YUV90.51189.7890.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.38%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 200 (78.52% from 255) = 59.88%
R=11.38%
G=28.74%
B=59.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal38962000.810.5200.22218.5268.0746.67
Hex2660C85134016db442f
Octal461403101216402633310457
Binary1001101100000110010001010001110100010110110110111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2660C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2660C8; }

 p { color: rgb(38,96,200); }

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

<style>
 a { background-color: #2660C8; }

 a { background-color: rgb(38,96,200); }

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

<style>
 span { border-color: #2660C8; }

 span { border-color: rgb(38,96,200); }

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