Html Css Color HEX #224BF2 Royal Blue

📋 copy color: '#224BF2'

red 34 ◦ green 75 ◦ blue 242

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

Shades of Royal Blue #224BF2

Tints of Royal Blue #224BF2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.37%

 BLUE value IS 242 (94.92% from 255) = 68.95%

R = 9.69%
G = 21.37%
B = 68.95%

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

#224BF2 (or 0x224BF2) is known color: Royal Blue. HEX triplet: 22, 4B and F2. RGB value is (34,75,242). Sum of RGB (Red+Green+Blue) = 34+75+242=351 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.69% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 242 (94.92% from 255 or 68.95% from 351); Max value from RGB is 242 - color contains mainly: blue. Hex color #224BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224BF2 is #DDB40D. Grayscale: #515151. Windows color (decimal): -14529550 or 15878946. OLE color: 15878946.

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

Color convert

RGB 34 75 242 -
CMYK 0.86 0.69 0 0.05
HSL 228.17º 0.89% 0.54% -
HSV(B) 228.17º 0.86% 0.95% -
XYZ 19.2 11.78 85.27 -
YUV 81.78 218.42 93.92 -
System Red Green Blue C M Y K H S L
Decimal 34 75 242 0.86 0.69 0 0.05 228.17 0.89 0.54
Hex 22 4B F2 56 45 0 5 E4 59 36
Octal 42 113 362 126 105 0 5 344 131 66
Binary 100010 1001011 11110010 1010110 1000101 0 101 11100100 1011001 110110

Color Harmonies of #224BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224BF2

Black with #224BF2

Text Example


Text Example

White with #224BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,75,242); }

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

background-color css

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

 a { background-color: rgb(34,75,242); }

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

border-color css

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

 span { border-color: rgb(34,75,242); }

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