Html Css Color HEX #447DDF Royal Blue

📋 copy color: '#447DDF'

red 68 ◦ green 125 ◦ blue 223

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

Shades of Royal Blue #447DDF

Tints of Royal Blue #447DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 16.35%
G = 30.05%
B = 53.61%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#447DDF (or 0x447DDF) is known color: Royal Blue. HEX triplet: 44, 7D and DF. RGB value is (68,125,223). Sum of RGB (Red+Green+Blue) = 68+125+223=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #447DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DDF is #BB8220. Grayscale: #767676. Windows color (decimal): -12288545 or 14646596. OLE color: 14646596.

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

Color convert

RGB 68 125 223 -
CMYK 0.70 0.44 0 0.13
HSL 217.94º 0.71% 0.57% -
HSV(B) 217.94º 0.7% 0.87% -
XYZ 23.04 21.22 72.69 -
YUV 119.13 186.62 91.53 -
System Red Green Blue C M Y K H S L
Decimal 68 125 223 0.70 0.44 0 0.13 217.94 0.71 0.57
Hex 44 7D DF 46 2C 0 D DA 47 39
Octal 104 175 337 106 54 0 15 332 107 71
Binary 1000100 1111101 11011111 1000110 101100 0 1101 11011010 1000111 111001

Color Harmonies of #447DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447DDF

Black with #447DDF

Text Example


Text Example

White with #447DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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