#265ebf

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

Shades of Cerulean Blue #265EBF

Tints of Cerulean Blue #265EBF

Color information

#265EBF (or 0x265EBF) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5E and BF. RGB value is (38,94,191). Sum of RGB (Red+Green+Blue) = 38+94+191=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #265EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265EBF is #D9A140. Grayscale: #575757. Windows color (decimal): -14262593 or 12541478. OLE color: 12541478.

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

Color convert

RGB3894191-
CMYK0.800.5100.25
HSL218.04º66.81%44.9%-
HSV(B)218.04º80.1%74.9%-
XYZ14.2112.1850.89-
YUV88.31185.9592.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.76%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 191 (75% from 255) = 59.13%
R=11.76%
G=29.10%
B=59.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38941910.800.5100.25218.0466.8144.9
Hex265EBF5033019da432d
Octal461362771206303133210355
Binary1001101011110101111111010000110011011001110110101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265ebf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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