#255ADF

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

Shades of Royal Blue #255ADF

Tints of Royal Blue #255ADF

Color information

#255ADF (or 0x255ADF) is unknown color: approx Royal Blue. HEX triplet: 25, 5A and DF. RGB value is (37,90,223). Sum of RGB (Red+Green+Blue) = 37+90+223=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #255ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ADF is #DAA520. Grayscale: #585858. Windows color (decimal): -14329121 or 14637605. OLE color: 14637605.

HSL color Cylindrical-coordinate representation of color #255ADF: hue angle of 222.9º 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 #255ADF is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3790223-
CMYK0.830.6000.13
HSL222.9º74.4%50.98%-
HSV(B)222.9º83.41%87.45%-
XYZ17.7413.0371.39-
YUV89.32203.4490.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.57%
GREEN value IS 90 (35.55% from 255) = 25.71%
BLUE value IS 223 (87.5% from 255) = 63.71%
R=10.57%
G=25.71%
B=63.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal37902230.830.6000.13222.974.450.98
Hex255ADF533C0Ddf4a33
Octal451323371237401533711263
Binary100101101101011011111101001111110001101110111111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255ADF; }

 p { color: rgb(37,90,223); }

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

<style>
 a { background-color: #255ADF; }

 a { background-color: rgb(37,90,223); }

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

<style>
 span { border-color: #255ADF; }

 span { border-color: rgb(37,90,223); }

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