Html Css Color HEX #446FDB Royal Blue

📋 copy color: '#446FDB'

red 68 ◦ green 111 ◦ blue 219

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

Shades of Royal Blue #446FDB

Tints of Royal Blue #446FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.03%

R = 17.09%
G = 27.89%
B = 55.03%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#446FDB (or 0x446FDB) is known color: Royal Blue. HEX triplet: 44, 6F and DB. RGB value is (68,111,219). Sum of RGB (Red+Green+Blue) = 68+111+219=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #446FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FDB is #BB9024. Grayscale: #6D6D6D. Windows color (decimal): -12292133 or 14380868. OLE color: 14380868.

HSL color Cylindrical-coordinate representation of color #446FDB: hue angle of 222.91º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #446FDB is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 111 219 -
CMYK 0.69 0.49 0 0.14
HSL 222.91º 0.68% 0.56% -
HSV(B) 222.91º 0.69% 0.86% -
XYZ 20.85 17.71 69.34 -
YUV 110.46 189.25 97.72 -
System Red Green Blue C M Y K H S L
Decimal 68 111 219 0.69 0.49 0 0.14 222.91 0.68 0.56
Hex 44 6F DB 45 31 0 E DF 44 38
Octal 104 157 333 105 61 0 16 337 104 70
Binary 1000100 1101111 11011011 1000101 110001 0 1110 11011111 1000100 111000

Color Harmonies of #446FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FDB

Black with #446FDB

Text Example


Text Example

White with #446FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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