#265DCA

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

Shades of Cerulean Blue #265DCA

Tints of Cerulean Blue #265DCA

Color information

#265DCA (or 0x265DCA) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5D and CA. RGB value is (38,93,202). Sum of RGB (Red+Green+Blue) = 38+93+202=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #265DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DCA is #D9A235. Grayscale: #585858. Windows color (decimal): -14262838 or 13262118. OLE color: 13262118.

HSL color Cylindrical-coordinate representation of color #265DCA: hue angle of 219.88º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #265DCA is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3893202-
CMYK0.810.5400.21
HSL219.88º68.33%47.06%-
HSV(B)219.88º81.19%79.22%-
XYZ15.3712.5157.48-
YUV88.98191.7891.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.41%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 202 (79.30% from 255) = 60.66%
R=11.41%
G=27.93%
B=60.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal38932020.810.5400.21219.8868.3347.06
Hex265DCA5136015dc442f
Octal461353121216602533410457
Binary1001101011101110010101010001110110010101110111001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,93,202); }

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

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

 a { background-color: rgb(38,93,202); }

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

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

 span { border-color: rgb(38,93,202); }

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