#265CBF

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

Shades of Cerulean Blue #265CBF

Tints of Cerulean Blue #265CBF

Color information

#265CBF (or 0x265CBF) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5C and BF. RGB value is (38,92,191). Sum of RGB (Red+Green+Blue) = 38+92+191=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #265CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265CBF is #D9A340. Grayscale: #565656. Windows color (decimal): -14263105 or 12540966. OLE color: 12540966.

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

Color convert

RGB3892191-
CMYK0.800.5200.25
HSL218.82º66.81%44.9%-
HSV(B)218.82º80.1%74.9%-
XYZ14.0311.8350.83-
YUV87.14186.6192.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.84%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 191 (75% from 255) = 59.50%
R=11.84%
G=28.66%
B=59.50%

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
Decimal38921910.800.5200.25218.8266.8144.9
Hex265CBF5034019db432d
Octal461342771206403133310355
Binary1001101011100101111111010000110100011001110110111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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