Html Css Color HEX #446EDF Royal Blue

📋 copy color: '#446EDF'

red 68 ◦ green 110 ◦ blue 223

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

Shades of Royal Blue #446EDF

Tints of Royal Blue #446EDF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.43%

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

R = 16.96%
G = 27.43%
B = 55.61%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#446EDF (or 0x446EDF) is known color: Royal Blue. HEX triplet: 44, 6E and DF. RGB value is (68,110,223). Sum of RGB (Red+Green+Blue) = 68+110+223=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #446EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446EDF is #BB9120. Grayscale: #6D6D6D. Windows color (decimal): -12292385 or 14642756. OLE color: 14642756.

HSL color Cylindrical-coordinate representation of color #446EDF: hue angle of 223.74º 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 #446EDF is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 110 223 -
CMYK 0.70 0.51 0 0.13
HSL 223.74º 0.71% 0.57% -
HSV(B) 223.74º 0.7% 0.87% -
XYZ 21.28 17.71 72.11 -
YUV 110.32 191.59 97.81 -
System Red Green Blue C M Y K H S L
Decimal 68 110 223 0.70 0.51 0 0.13 223.74 0.71 0.57
Hex 44 6E DF 46 33 0 D E0 47 39
Octal 104 156 337 106 63 0 15 340 107 71
Binary 1000100 1101110 11011111 1000110 110011 0 1101 11100000 1000111 111001

Color Harmonies of #446EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446EDF

Black with #446EDF

Text Example


Text Example

White with #446EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446EDF; }

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

 H1.HeaderClassName
 {
   color: #446EDF;
 }
 .AnyTagClassName
 {
   color: #446EDF;
 }
</style>

background-color css

<style>
 a { background-color: #446EDF; }

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

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

border-color css

<style>
 span { border-color: #446EDF; }

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

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