#265EB9

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

Shades of Cerulean Blue #265EB9

Tints of Cerulean Blue #265EB9

Color information

#265EB9 (or 0x265EB9) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5E and B9. RGB value is (38,94,185). Sum of RGB (Red+Green+Blue) = 38+94+185=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 185 (72.66% from 255 or 58.36% from 317); Max value from RGB is 185 - color contains mainly: blue. Hex color #265EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265EB9 is #D9A146. Grayscale: #575757. Windows color (decimal): -14262599 or 12148262. OLE color: 12148262.

HSL color Cylindrical-coordinate representation of color #265EB9: hue angle of 217.14º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #265EB9 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3894185-
CMYK0.790.4900.27
HSL217.14º65.92%43.73%-
HSV(B)217.14º79.46%72.55%-
XYZ13.5611.9247.49-
YUV87.63182.9592.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.99%
GREEN value IS 94 (37.11% from 255) = 29.65%
BLUE value IS 185 (72.66% from 255) = 58.36%
R=11.99%
G=29.65%
B=58.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal38941850.790.4900.27217.1465.9243.73
Hex265EB94F3101Bd9422c
Octal461362711176103333110254
Binary1001101011110101110011001111110001011011110110011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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