#264DBB

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

Shades of Cerulean Blue #264DBB

Tints of Cerulean Blue #264DBB

Color information

#264DBB (or 0x264DBB) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4D and BB. RGB value is (38,77,187). Sum of RGB (Red+Green+Blue) = 38+77+187=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #264DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DBB is #D9B244. Grayscale: #4D4D4D. Windows color (decimal): -14266949 or 12274982. OLE color: 12274982.

HSL color Cylindrical-coordinate representation of color #264DBB: hue angle of 224.3º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264DBB is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3877187-
CMYK0.800.5900.27
HSL224.3º66.22%44.12%-
HSV(B)224.3º79.68%73.33%-
XYZ12.429.3148.16-
YUV77.88189.5899.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.58%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 187 (73.44% from 255) = 61.92%
R=12.58%
G=25.50%
B=61.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal38771870.800.5900.27224.366.2244.12
Hex264DBB503B01Be0422c
Octal461152731207303334010254
Binary1001101001101101110111010000111011011011111000001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,77,187); }

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

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

 a { background-color: rgb(38,77,187); }

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

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

 span { border-color: rgb(38,77,187); }

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