Html Css Color HEX #446FDD Royal Blue

📋 copy color: '#446FDD'

red 68 ◦ green 111 ◦ blue 221

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

Shades of Royal Blue #446FDD

Tints of Royal Blue #446FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.75%

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

R = 17%
G = 27.75%
B = 55.25%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#446FDD (or 0x446FDD) is known color: Royal Blue. HEX triplet: 44, 6F and DD. RGB value is (68,111,221). Sum of RGB (Red+Green+Blue) = 68+111+221=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #446FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FDD is #BB9022. Grayscale: #6E6E6E. Windows color (decimal): -12292131 or 14511940. OLE color: 14511940.

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

Color convert

RGB 68 111 221 -
CMYK 0.69 0.50 0 0.13
HSL 223.14º 0.69% 0.57% -
HSV(B) 223.14º 0.69% 0.87% -
XYZ 21.12 17.82 70.73 -
YUV 110.68 190.25 97.56 -
System Red Green Blue C M Y K H S L
Decimal 68 111 221 0.69 0.50 0 0.13 223.14 0.69 0.57
Hex 44 6F DD 45 32 0 D DF 45 39
Octal 104 157 335 105 62 0 15 337 105 71
Binary 1000100 1101111 11011101 1000101 110010 0 1101 11011111 1000101 111001

Color Harmonies of #446FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FDD

Black with #446FDD

Text Example


Text Example

White with #446FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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