#2254EF

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

Shades of Royal Blue #2254EF

Tints of Royal Blue #2254EF

Color information

#2254EF (or 0x2254EF) is unknown color: approx Royal Blue. HEX triplet: 22, 54 and EF. RGB value is (34,84,239). Sum of RGB (Red+Green+Blue) = 34+84+239=357 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.52% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #2254EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2254EF is #DDAB10. Grayscale: #565656. Windows color (decimal): -14527249 or 15684642. OLE color: 15684642.

HSL color Cylindrical-coordinate representation of color #2254EF: hue angle of 225.37º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2254EF is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3484239-
CMYK0.860.6500.06
HSL225.37º86.5%53.53%-
HSV(B)225.37º85.77%93.73%-
XYZ19.4112.9183.13-
YUV86.72213.9490.4-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.52%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 239 (93.75% from 255) = 66.95%
R=9.52%
G=23.53%
B=66.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal34842390.860.6500.06225.3786.553.53
Hex2254EF564106e15636
Octal421243571261010634112666
Binary100010101010011101111101011010000010110111000011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2254EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2254EF; }

 p { color: rgb(34,84,239); }

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

<style>
 a { background-color: #2254EF; }

 a { background-color: rgb(34,84,239); }

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

<style>
 span { border-color: #2254EF; }

 span { border-color: rgb(34,84,239); }

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