#265FDF

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

Shades of Royal Blue #265FDF

Tints of Royal Blue #265FDF

Color information

#265FDF (or 0x265FDF) is unknown color: approx Royal Blue. HEX triplet: 26, 5F and DF. RGB value is (38,95,223). Sum of RGB (Red+Green+Blue) = 38+95+223=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #265FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265FDF is #D9A020. Grayscale: #5B5B5B. Windows color (decimal): -14262305 or 14638886. OLE color: 14638886.

HSL color Cylindrical-coordinate representation of color #265FDF: hue angle of 221.51º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #265FDF is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3895223-
CMYK0.830.5700.13
HSL221.51º74.3%51.18%-
HSV(B)221.51º82.96%87.45%-
XYZ18.2113.9271.54-
YUV92.55201.6289.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.67%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 223 (87.5% from 255) = 62.64%
R=10.67%
G=26.69%
B=62.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal38952230.830.5700.13221.5174.351.18
Hex265FDF53390Dde4a33
Octal461373371237101533611263
Binary100110101111111011111101001111100101101110111101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,95,223); }

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

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

 a { background-color: rgb(38,95,223); }

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

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

 span { border-color: rgb(38,95,223); }

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