Html Css Color HEX #224AEF Royal Blue

📋 copy color: '#224AEF'

red 34 ◦ green 74 ◦ blue 239

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

Shades of Royal Blue #224AEF

Tints of Royal Blue #224AEF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.33%

 BLUE value IS 239 (93.75% from 255) = 68.88%

R = 9.8%
G = 21.33%
B = 68.88%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#224AEF (or 0x224AEF) is known color: Royal Blue. HEX triplet: 22, 4A and EF. RGB value is (34,74,239). Sum of RGB (Red+Green+Blue) = 34+74+239=347 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.80% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #224AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224AEF is #DDB510. Grayscale: #505050. Windows color (decimal): -14529809 or 15682082. OLE color: 15682082.

HSL color Cylindrical-coordinate representation of color #224AEF: hue angle of 228.29º 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 #224AEF is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 34 74 239 -
CMYK 0.86 0.69 0 0.06
HSL 228.29º 0.86% 0.54% -
HSV(B) 228.29º 0.86% 0.94% -
XYZ 18.69 11.47 82.89 -
YUV 80.85 217.25 94.58 -
System Red Green Blue C M Y K H S L
Decimal 34 74 239 0.86 0.69 0 0.06 228.29 0.86 0.54
Hex 22 4A EF 56 45 0 6 E4 56 36
Octal 42 112 357 126 105 0 6 344 126 66
Binary 100010 1001010 11101111 1010110 1000101 0 110 11100100 1010110 110110

Color Harmonies of #224AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224AEF

Black with #224AEF

Text Example


Text Example

White with #224AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224AEF; }

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

 H1.HeaderClassName
 {
   color: #224AEF;
 }
 .AnyTagClassName
 {
   color: #224AEF;
 }
</style>

background-color css

<style>
 a { background-color: #224AEF; }

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

 div.DivClassName
 {
   background-color: #224AEF;
 }
 .BgClassName
 {
   background-color: #224AEF;
 }
</style>

border-color css

<style>
 span { border-color: #224AEF; }

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

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