Html Css Color HEX #2254EF Royal Blue

📋 copy color: '#2254EF'

red 34 ◦ green 84 ◦ blue 239

#2254EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #2254EF

Tints of Royal Blue #2254EF

RGB

 RED value IS 34 (13.67% from 255) = 9.52%

 GREEN value IS 84 (33.2% 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 value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2254EF (or 0x2254EF) is known color: 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

RGB 34 84 239 -
CMYK 0.86 0.65 0 0.06
HSL 225.37º 0.86% 0.54% -
HSV(B) 225.37º 0.86% 0.94% -
XYZ 19.41 12.91 83.13 -
YUV 86.72 213.94 90.4 -
System Red Green Blue C M Y K H S L
Decimal 34 84 239 0.86 0.65 0 0.06 225.37 0.86 0.54
Hex 22 54 EF 56 41 0 6 E1 56 36
Octal 42 124 357 126 101 0 6 341 126 66
Binary 100010 1010100 11101111 1010110 1000001 0 110 11100001 1010110 110110

Color Harmonies of #2254EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2254EF

Black with #2254EF

Text Example


Text Example

White with #2254EF

Text Example


Text Example

HTML Codes & Css Web 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>