#265BCD

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

Shades of Cerulean Blue #265BCD

Tints of Cerulean Blue #265BCD

Color information

#265BCD (or 0x265BCD) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5B and CD. RGB value is (38,91,205). Sum of RGB (Red+Green+Blue) = 38+91+205=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #265BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BCD is #D9A432. Grayscale: #575757. Windows color (decimal): -14263347 or 13458214. OLE color: 13458214.

HSL color Cylindrical-coordinate representation of color #265BCD: hue angle of 220.96º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #265BCD is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3891205-
CMYK0.810.5600.20
HSL220.96º68.72%47.65%-
HSV(B)220.96º81.46%80.39%-
XYZ15.5612.359.31-
YUV88.15193.9492.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.38%
GREEN value IS 91 (35.94% from 255) = 27.25%
BLUE value IS 205 (80.47% from 255) = 61.38%
R=11.38%
G=27.25%
B=61.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal38912050.810.5600.20220.9668.7247.65
Hex265BCD5138014dd4530
Octal461333151217002433510560
Binary1001101011011110011011010001111000010100110111011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,91,205); }

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

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

 a { background-color: rgb(38,91,205); }

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

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

 span { border-color: rgb(38,91,205); }

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