Html Css Color HEX #224CEE Royal Blue

📋 copy color: '#224CEE'

red 34 ◦ green 76 ◦ blue 238

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

Shades of Royal Blue #224CEE

Tints of Royal Blue #224CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68.39%

R = 9.77%
G = 21.84%
B = 68.39%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#224CEE (or 0x224CEE) is known color: Royal Blue. HEX triplet: 22, 4C and EE. RGB value is (34,76,238). Sum of RGB (Red+Green+Blue) = 34+76+238=348 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.77% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #224CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224CEE is #DDB311. Grayscale: #515151. Windows color (decimal): -14529298 or 15617058. OLE color: 15617058.

HSL color Cylindrical-coordinate representation of color #224CEE: hue angle of 227.65º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #224CEE is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 76 238 -
CMYK 0.86 0.68 0 0.07
HSL 227.65º 0.86% 0.53% -
HSV(B) 227.65º 0.86% 0.93% -
XYZ 18.68 11.68 82.16 -
YUV 81.91 216.09 93.83 -
System Red Green Blue C M Y K H S L
Decimal 34 76 238 0.86 0.68 0 0.07 227.65 0.86 0.53
Hex 22 4C EE 56 44 0 7 E4 56 35
Octal 42 114 356 126 104 0 7 344 126 65
Binary 100010 1001100 11101110 1010110 1000100 0 111 11100100 1010110 110101

Color Harmonies of #224CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224CEE

Black with #224CEE

Text Example


Text Example

White with #224CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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