#264EBD

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

Shades of Cerulean Blue #264EBD

Tints of Cerulean Blue #264EBD

Color information

#264EBD (or 0x264EBD) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4E and BD. RGB value is (38,78,189). Sum of RGB (Red+Green+Blue) = 38+78+189=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #264EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264EBD is #D9B142. Grayscale: #4E4E4E. Windows color (decimal): -14266691 or 12406310. OLE color: 12406310.

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

Color convert

RGB3878189-
CMYK0.800.5900.26
HSL224.11º66.52%44.51%-
HSV(B)224.11º79.89%74.12%-
XYZ12.719.5349.31-
YUV78.69190.2598.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.46%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 189 (74.22% from 255) = 61.97%
R=12.46%
G=25.57%
B=61.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38781890.800.5900.26224.1166.5244.51
Hex264EBD503B01Ae0432d
Octal461162751207303234010355
Binary1001101001110101111011010000111011011010111000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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