#265BBF

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

Shades of Cerulean Blue #265BBF

Tints of Cerulean Blue #265BBF

Color information

#265BBF (or 0x265BBF) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5B and BF. RGB value is (38,91,191). Sum of RGB (Red+Green+Blue) = 38+91+191=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #265BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BBF is #D9A440. Grayscale: #565656. Windows color (decimal): -14263361 or 12540710. OLE color: 12540710.

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

Color convert

RGB3891191-
CMYK0.800.5200.25
HSL219.22º66.81%44.9%-
HSV(B)219.22º80.1%74.9%-
XYZ13.9411.6650.81-
YUV86.55186.9493.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.88%
GREEN value IS 91 (35.94% from 255) = 28.44%
BLUE value IS 191 (75% from 255) = 59.69%
R=11.88%
G=28.44%
B=59.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38911910.800.5200.25219.2266.8144.9
Hex265BBF5034019db432d
Octal461332771206403133310355
Binary1001101011011101111111010000110100011001110110111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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