Html Css Color HEX #224EEB Royal Blue

📋 copy color: '#224EEB'

red 34 ◦ green 78 ◦ blue 235

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

Shades of Royal Blue #224EEB

Tints of Royal Blue #224EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.48%

 BLUE value IS 235 (92.19% from 255) = 67.72%

R = 9.8%
G = 22.48%
B = 67.72%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#224EEB (or 0x224EEB) is known color: Royal Blue. HEX triplet: 22, 4E and EB. RGB value is (34,78,235). Sum of RGB (Red+Green+Blue) = 34+78+235=347 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.80% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #224EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224EEB is #DDB114. Grayscale: #525252. Windows color (decimal): -14528789 or 15420962. OLE color: 15420962.

HSL color Cylindrical-coordinate representation of color #224EEB: hue angle of 226.87º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #224EEB is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 34 78 235 -
CMYK 0.86 0.67 0 0.08
HSL 226.87º 0.83% 0.53% -
HSV(B) 226.87º 0.86% 0.92% -
XYZ 18.38 11.79 79.9 -
YUV 82.74 213.92 93.23 -
System Red Green Blue C M Y K H S L
Decimal 34 78 235 0.86 0.67 0 0.08 226.87 0.83 0.53
Hex 22 4E EB 56 43 0 8 E3 53 35
Octal 42 116 353 126 103 0 10 343 123 65
Binary 100010 1001110 11101011 1010110 1000011 0 1000 11100011 1010011 110101

Color Harmonies of #224EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224EEB

Black with #224EEB

Text Example


Text Example

White with #224EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,78,235); }

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

background-color css

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

 a { background-color: rgb(34,78,235); }

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

border-color css

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

 span { border-color: rgb(34,78,235); }

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