#264EBF

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

Shades of Cerulean Blue #264EBF

Tints of Cerulean Blue #264EBF

Color information

#264EBF (or 0x264EBF) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4E and BF. RGB value is (38,78,191). Sum of RGB (Red+Green+Blue) = 38+78+191=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #264EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264EBF is #D9B140. Grayscale: #4E4E4E. Windows color (decimal): -14266689 or 12537382. OLE color: 12537382.

HSL color Cylindrical-coordinate representation of color #264EBF: hue angle of 224.31º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264EBF is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3878191-
CMYK0.800.5900.25
HSL224.31º66.81%44.9%-
HSV(B)224.31º80.1%74.9%-
XYZ12.939.6250.47-
YUV78.92191.2598.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.38%
GREEN value IS 78 (30.86% from 255) = 25.41%
BLUE value IS 191 (75% from 255) = 62.21%
R=12.38%
G=25.41%
B=62.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38781910.800.5900.25224.3166.8144.9
Hex264EBF503B019e0432d
Octal461162771207303134010355
Binary1001101001110101111111010000111011011001111000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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