#265FBE

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

Shades of Cerulean Blue #265FBE

Tints of Cerulean Blue #265FBE

Color information

#265FBE (or 0x265FBE) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5F and BE. RGB value is (38,95,190). Sum of RGB (Red+Green+Blue) = 38+95+190=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #265FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265FBE is #D9A041. Grayscale: #585858. Windows color (decimal): -14262338 or 12476198. OLE color: 12476198.

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

Color convert

RGB3895190-
CMYK0.80.500.25
HSL217.5º66.67%44.71%-
HSV(B)217.5º80%74.51%-
XYZ14.1912.3150.34-
YUV88.79185.1291.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.76%
GREEN value IS 95 (37.5% from 255) = 29.41%
BLUE value IS 190 (74.61% from 255) = 58.82%
R=11.76%
G=29.41%
B=58.82%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38951900.80.500.25217.566.6744.71
Hex265FBE5032019da432d
Octal461372761206203133210355
Binary1001101011111101111101010000110010011001110110101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,95,190); }

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

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

 a { background-color: rgb(38,95,190); }

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

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

 span { border-color: rgb(38,95,190); }

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