#264ABD

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

Shades of Cerulean Blue #264ABD

Tints of Cerulean Blue #264ABD

Color information

#264ABD (or 0x264ABD) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4A and BD. RGB value is (38,74,189). Sum of RGB (Red+Green+Blue) = 38+74+189=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #264ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264ABD is #D9B542. Grayscale: #4B4B4B. Windows color (decimal): -14267715 or 12405286. OLE color: 12405286.

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

Color convert

RGB3874189-
CMYK0.800.6100.26
HSL225.7º66.52%44.51%-
HSV(B)225.7º79.89%74.12%-
XYZ12.438.9849.22-
YUV76.35191.57100.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.62%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 189 (74.22% from 255) = 62.79%
R=12.62%
G=24.58%
B=62.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38741890.800.6100.26225.766.5244.51
Hex264ABD503D01Ae2432d
Octal461122751207503234210355
Binary1001101001010101111011010000111101011010111000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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