Html Css Color HEX #224CF1 Royal Blue

📋 copy color: '#224CF1'

red 34 ◦ green 76 ◦ blue 241

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

Shades of Royal Blue #224CF1

Tints of Royal Blue #224CF1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.65%

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

R = 9.69%
G = 21.65%
B = 68.66%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#224CF1 (or 0x224CF1) is known color: Royal Blue. HEX triplet: 22, 4C and F1. RGB value is (34,76,241). Sum of RGB (Red+Green+Blue) = 34+76+241=351 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.69% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 241 (94.53% from 255 or 68.66% from 351); Max value from RGB is 241 - color contains mainly: blue. Hex color #224CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224CF1 is #DDB30E. Grayscale: #515151. Windows color (decimal): -14529295 or 15813666. OLE color: 15813666.

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

Color convert

RGB 34 76 241 -
CMYK 0.86 0.68 0 0.05
HSL 227.83º 0.88% 0.54% -
HSV(B) 227.83º 0.86% 0.95% -
XYZ 19.12 11.86 84.5 -
YUV 82.25 217.59 93.58 -
System Red Green Blue C M Y K H S L
Decimal 34 76 241 0.86 0.68 0 0.05 227.83 0.88 0.54
Hex 22 4C F1 56 44 0 5 E4 58 36
Octal 42 114 361 126 104 0 5 344 130 66
Binary 100010 1001100 11110001 1010110 1000100 0 101 11100100 1011000 110110

Color Harmonies of #224CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224CF1

Black with #224CF1

Text Example


Text Example

White with #224CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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