Html Css Color HEX #224EEF Royal Blue

📋 copy color: '#224EEF'

red 34 ◦ green 78 ◦ blue 239

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

Shades of Royal Blue #224EEF

Tints of Royal Blue #224EEF

RGB

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

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

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

R = 9.69%
G = 22.22%
B = 68.09%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#224EEF (or 0x224EEF) is known color: Royal Blue. HEX triplet: 22, 4E and EF. RGB value is (34,78,239). Sum of RGB (Red+Green+Blue) = 34+78+239=351 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.69% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #224EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224EEF is #DDB110. Grayscale: #525252. Windows color (decimal): -14528785 or 15683106. OLE color: 15683106.

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

Color convert

RGB 34 78 239 -
CMYK 0.86 0.67 0 0.06
HSL 227.12º 0.86% 0.54% -
HSV(B) 227.12º 0.86% 0.94% -
XYZ 18.96 12.02 82.98 -
YUV 83.2 215.92 92.91 -
System Red Green Blue C M Y K H S L
Decimal 34 78 239 0.86 0.67 0 0.06 227.12 0.86 0.54
Hex 22 4E EF 56 43 0 6 E3 56 36
Octal 42 116 357 126 103 0 6 343 126 66
Binary 100010 1001110 11101111 1010110 1000011 0 110 11100011 1010110 110110

Color Harmonies of #224EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224EEF

Black with #224EEF

Text Example


Text Example

White with #224EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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