#265ABF

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

Shades of Cerulean Blue #265ABF

Tints of Cerulean Blue #265ABF

Color information

#265ABF (or 0x265ABF) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5A and BF. RGB value is (38,90,191). Sum of RGB (Red+Green+Blue) = 38+90+191=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #265ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265ABF is #D9A540. Grayscale: #555555. Windows color (decimal): -14263617 or 12540454. OLE color: 12540454.

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

Color convert

RGB3890191-
CMYK0.800.5300.25
HSL219.61º66.81%44.9%-
HSV(B)219.61º80.1%74.9%-
XYZ13.8611.4950.78-
YUV85.97187.2793.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.91%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 191 (75% from 255) = 59.87%
R=11.91%
G=28.21%
B=59.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38901910.800.5300.25219.6166.8144.9
Hex265ABF5035019dc432d
Octal461322771206503133410355
Binary1001101011010101111111010000110101011001110111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265ABF; }

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

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

<style>
 a { background-color: #265ABF; }

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

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

<style>
 span { border-color: #265ABF; }

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

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