#265EC0

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

Shades of Cerulean Blue #265EC0

Tints of Cerulean Blue #265EC0

Color information

#265EC0 (or 0x265EC0) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5E and C0. RGB value is (38,94,192). Sum of RGB (Red+Green+Blue) = 38+94+192=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 192 (75.39% from 255 or 59.26% from 324); Max value from RGB is 192 - color contains mainly: blue. Hex color #265EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265EC0 is #D9A13F. Grayscale: #575757. Windows color (decimal): -14262592 or 12607014. OLE color: 12607014.

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

Color convert

RGB3894192-
CMYK0.800.5100.25
HSL218.18º66.96%45.1%-
HSV(B)218.18º80.21%75.29%-
XYZ14.3212.2251.47-
YUV88.43186.4592.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.73%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 192 (75.39% from 255) = 59.26%
R=11.73%
G=29.01%
B=59.26%

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
Decimal38941920.800.5100.25218.1866.9645.1
Hex265EC05033019da432d
Octal461363001206303133210355
Binary1001101011110110000001010000110011011001110110101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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