#264FBF

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

Shades of Cerulean Blue #264FBF

Tints of Cerulean Blue #264FBF

Color information

#264FBF (or 0x264FBF) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4F and BF. RGB value is (38,79,191). Sum of RGB (Red+Green+Blue) = 38+79+191=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #264FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264FBF is #D9B040. Grayscale: #4F4F4F. Windows color (decimal): -14266433 or 12537638. OLE color: 12537638.

HSL color Cylindrical-coordinate representation of color #264FBF: hue angle of 223.92º 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 #264FBF is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3879191-
CMYK0.800.5900.25
HSL223.92º66.81%44.9%-
HSV(B)223.92º80.1%74.9%-
XYZ139.7750.49-
YUV79.51190.9298.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.34%
GREEN value IS 79 (31.25% from 255) = 25.65%
BLUE value IS 191 (75% from 255) = 62.01%
R=12.34%
G=25.65%
B=62.01%

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
Decimal38791910.800.5900.25223.9266.8144.9
Hex264FBF503B019e0432d
Octal461172771207303134010355
Binary1001101001111101111111010000111011011001111000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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