Html Css Color HEX #447DDD Royal Blue

📋 copy color: '#447DDD'

red 68 ◦ green 125 ◦ blue 221

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

Shades of Royal Blue #447DDD

Tints of Royal Blue #447DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.19%

 BLUE value IS 221 (86.72% from 255) = 53.38%

R = 16.43%
G = 30.19%
B = 53.38%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#447DDD (or 0x447DDD) is known color: Royal Blue. HEX triplet: 44, 7D and DD. RGB value is (68,125,221). Sum of RGB (Red+Green+Blue) = 68+125+221=414 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.43% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #447DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DDD is #BB8222. Grayscale: #767676. Windows color (decimal): -12288547 or 14515524. OLE color: 14515524.

HSL color Cylindrical-coordinate representation of color #447DDD: hue angle of 217.65º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #447DDD is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 125 221 -
CMYK 0.69 0.43 0 0.13
HSL 217.65º 0.69% 0.57% -
HSV(B) 217.65º 0.69% 0.87% -
XYZ 22.77 21.12 71.28 -
YUV 118.9 185.62 91.69 -
System Red Green Blue C M Y K H S L
Decimal 68 125 221 0.69 0.43 0 0.13 217.65 0.69 0.57
Hex 44 7D DD 45 2B 0 D DA 45 39
Octal 104 175 335 105 53 0 15 332 105 71
Binary 1000100 1111101 11011101 1000101 101011 0 1101 11011010 1000101 111001

Color Harmonies of #447DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447DDD

Black with #447DDD

Text Example


Text Example

White with #447DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,125,221); }

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

background-color css

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

 a { background-color: rgb(68,125,221); }

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

border-color css

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

 span { border-color: rgb(68,125,221); }

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