#265BD1

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

Shades of Cerulean Blue #265BD1

Tints of Cerulean Blue #265BD1

Color information

#265BD1 (or 0x265BD1) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5B and D1. RGB value is (38,91,209). Sum of RGB (Red+Green+Blue) = 38+91+209=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #265BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BD1 is #D9A42E. Grayscale: #585858. Windows color (decimal): -14263343 or 13720358. OLE color: 13720358.

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

Color convert

RGB3891209-
CMYK0.820.5600.18
HSL221.4º69.23%48.43%-
HSV(B)221.4º81.82%81.96%-
XYZ16.0512.561.89-
YUV88.6195.9491.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.24%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 209 (82.03% from 255) = 61.83%
R=11.24%
G=26.92%
B=61.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal38912090.820.5600.18221.469.2348.43
Hex265BD15238012dd4530
Octal461333211227002233510560
Binary1001101011011110100011010010111000010010110111011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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