Html Css Color HEX #224AF1 Royal Blue

📋 copy color: '#224AF1'

red 34 ◦ green 74 ◦ blue 241

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

Shades of Royal Blue #224AF1

Tints of Royal Blue #224AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 69.05%

R = 9.74%
G = 21.2%
B = 69.05%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#224AF1 (or 0x224AF1) is known color: Royal Blue. HEX triplet: 22, 4A and F1. RGB value is (34,74,241). Sum of RGB (Red+Green+Blue) = 34+74+241=349 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.74% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 241 (94.53% from 255 or 69.05% from 349); Max value from RGB is 241 - color contains mainly: blue. Hex color #224AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224AF1 is #DDB50E. Grayscale: #505050. Windows color (decimal): -14529807 or 15813154. OLE color: 15813154.

HSL color Cylindrical-coordinate representation of color #224AF1: hue angle of 228.41º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #224AF1 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 34 74 241 -
CMYK 0.86 0.69 0 0.05
HSL 228.41º 0.88% 0.54% -
HSV(B) 228.41º 0.86% 0.95% -
XYZ 18.99 11.59 84.46 -
YUV 81.08 218.25 94.42 -
System Red Green Blue C M Y K H S L
Decimal 34 74 241 0.86 0.69 0 0.05 228.41 0.88 0.54
Hex 22 4A F1 56 45 0 5 E4 58 36
Octal 42 112 361 126 105 0 5 344 130 66
Binary 100010 1001010 11110001 1010110 1000101 0 101 11100100 1011000 110110

Color Harmonies of #224AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224AF1

Black with #224AF1

Text Example


Text Example

White with #224AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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