Html Css Color HEX #447EE1 Royal Blue

📋 copy color: '#447EE1'

red 68 ◦ green 126 ◦ blue 225

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

Shades of Royal Blue #447EE1

Tints of Royal Blue #447EE1

RGB

 RED value IS 68 (26.95% from 255) = 16.23%

 GREEN value IS 126 (49.61% from 255) = 30.07%

 BLUE value IS 225 (88.28% from 255) = 53.7%

R = 16.23%
G = 30.07%
B = 53.7%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#447EE1 (or 0x447EE1) is known color: Royal Blue. HEX triplet: 44, 7E and E1. RGB value is (68,126,225). Sum of RGB (Red+Green+Blue) = 68+126+225=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #447EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447EE1 is #BB811E. Grayscale: #777777. Windows color (decimal): -12288287 or 14777924. OLE color: 14777924.

HSL color Cylindrical-coordinate representation of color #447EE1: hue angle of 217.83º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #447EE1 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 126 225 -
CMYK 0.70 0.44 0 0.12
HSL 217.83º 0.72% 0.57% -
HSV(B) 217.83º 0.7% 0.88% -
XYZ 23.44 21.59 74.17 -
YUV 119.94 187.28 90.95 -
System Red Green Blue C M Y K H S L
Decimal 68 126 225 0.70 0.44 0 0.12 217.83 0.72 0.57
Hex 44 7E E1 46 2C 0 C DA 48 39
Octal 104 176 341 106 54 0 14 332 110 71
Binary 1000100 1111110 11100001 1000110 101100 0 1100 11011010 1001000 111001

Color Harmonies of #447EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447EE1

Black with #447EE1

Text Example


Text Example

White with #447EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447EE1; }

 p { color: rgb(68,126,225); }

 H1.HeaderClassName
 {
   color: #447EE1;
 }
 .AnyTagClassName
 {
   color: #447EE1;
 }
</style>

background-color css

<style>
 a { background-color: #447EE1; }

 a { background-color: rgb(68,126,225); }

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

border-color css

<style>
 span { border-color: #447EE1; }

 span { border-color: rgb(68,126,225); }

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