#264eb1

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

Shades of Cerulean Blue #264EB1

Tints of Cerulean Blue #264EB1

Color information

#264EB1 (or 0x264EB1) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4E and B1. RGB value is (38,78,177). Sum of RGB (Red+Green+Blue) = 38+78+177=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #264EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264EB1 is #D9B14E. Grayscale: #4C4C4C. Windows color (decimal): -14266703 or 11619878. OLE color: 11619878.

HSL color Cylindrical-coordinate representation of color #264EB1: hue angle of 222.73º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #264EB1 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3878177-
CMYK0.790.5600.31
HSL222.73º64.65%42.16%-
HSV(B)222.73º78.53%69.41%-
XYZ11.469.0442.73-
YUV77.33184.2599.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.97%
GREEN value IS 78 (30.86% from 255) = 26.62%
BLUE value IS 177 (69.53% from 255) = 60.41%
R=12.97%
G=26.62%
B=60.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal38781770.790.5600.31222.7364.6542.16
Hex264EB14F3801Fdf412a
Octal461162611177003733710152
Binary1001101001110101100011001111111000011111110111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264eb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264eb1; }

 p { color: rgb(38,78,177); }

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

<style>
 a { background-color: #264eb1; }

 a { background-color: rgb(38,78,177); }

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

<style>
 span { border-color: #264eb1; }

 span { border-color: rgb(38,78,177); }

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