#264CBF

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

Shades of Cerulean Blue #264CBF

Tints of Cerulean Blue #264CBF

Color information

#264CBF (or 0x264CBF) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4C and BF. RGB value is (38,76,191). Sum of RGB (Red+Green+Blue) = 38+76+191=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #264CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264CBF is #D9B340. Grayscale: #4D4D4D. Windows color (decimal): -14267201 or 12536870. OLE color: 12536870.

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

Color convert

RGB3876191-
CMYK0.800.6000.25
HSL225.1º66.81%44.9%-
HSV(B)225.1º80.1%74.9%-
XYZ12.799.3450.42-
YUV77.75191.9199.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.46%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 191 (75% from 255) = 62.62%
R=12.46%
G=24.92%
B=62.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38761910.800.6000.25225.166.8144.9
Hex264CBF503C019e1432d
Octal461142771207403134110355
Binary1001101001100101111111010000111100011001111000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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