#265BB7

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

Shades of Cerulean Blue #265BB7

Tints of Cerulean Blue #265BB7

Color information

#265BB7 (or 0x265BB7) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5B and B7. RGB value is (38,91,183). Sum of RGB (Red+Green+Blue) = 38+91+183=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 183 (71.88% from 255 or 58.65% from 312); Max value from RGB is 183 - color contains mainly: blue. Hex color #265BB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BB7 is #D9A448. Grayscale: #555555. Windows color (decimal): -14263369 or 12016422. OLE color: 12016422.

HSL color Cylindrical-coordinate representation of color #265BB7: hue angle of 218.07º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #265BB7 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3891183-
CMYK0.790.5000.28
HSL218.07º65.61%43.33%-
HSV(B)218.07º79.23%71.76%-
XYZ13.0911.3146.29-
YUV85.64182.9494.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 183 (71.88% from 255) = 58.65%
R=12.18%
G=29.17%
B=58.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal38911830.790.5000.28218.0765.6143.33
Hex265BB74F3201Cda422b
Octal461332671176203433210253
Binary1001101011011101101111001111110010011100110110101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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