#2469FF

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

Shades of Royal Blue #2469FF

Tints of Royal Blue #2469FF

Color information

#2469FF (or 0x2469FF) is unknown color: approx Royal Blue. HEX triplet: 24, 69 and FF. RGB value is (36,105,255). Sum of RGB (Red+Green+Blue) = 36+105+255=396 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.09% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #2469FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2469FF is #DB9600. Grayscale: #646464. Windows color (decimal): -14390785 or 16738596. OLE color: 16738596.

HSL color Cylindrical-coordinate representation of color #2469FF: hue angle of 221.1º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2469FF is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB36105255-
CMYK0.860.5900
HSL221.1º100%57.06%-
HSV(B)221.1º85.88%100%-
XYZ23.8317.796.77-
YUV101.47214.6481.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.09%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 255 (100% from 255) = 64.39%
R=9.09%
G=26.52%
B=64.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal361052550.860.5900221.110057.06
Hex2469FF563B00dd6439
Octal44151377126730033514471
Binary100100110100111111111101011011101100110111011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2469FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2469FF; }

 p { color: rgb(36,105,255); }

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

<style>
 a { background-color: #2469FF; }

 a { background-color: rgb(36,105,255); }

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

<style>
 span { border-color: #2469FF; }

 span { border-color: rgb(36,105,255); }

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