Html Css Color HEX #447ADB Royal Blue

📋 copy color: '#447ADB'

red 68 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #447ADB

Tints of Royal Blue #447ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.83%

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

R = 16.63%
G = 29.83%
B = 53.55%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#447ADB (or 0x447ADB) is known color: Royal Blue. HEX triplet: 44, 7A and DB. RGB value is (68,122,219). Sum of RGB (Red+Green+Blue) = 68+122+219=409 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.63% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #447ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ADB is #BB8524. Grayscale: #747474. Windows color (decimal): -12289317 or 14383684. OLE color: 14383684.

HSL color Cylindrical-coordinate representation of color #447ADB: hue angle of 218.54º 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 #447ADB is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 122 219 -
CMYK 0.69 0.44 0 0.14
HSL 218.54º 0.68% 0.56% -
HSV(B) 218.54º 0.69% 0.86% -
XYZ 22.13 20.26 69.76 -
YUV 116.91 185.61 93.11 -
System Red Green Blue C M Y K H S L
Decimal 68 122 219 0.69 0.44 0 0.14 218.54 0.68 0.56
Hex 44 7A DB 45 2C 0 E DB 44 38
Octal 104 172 333 105 54 0 16 333 104 70
Binary 1000100 1111010 11011011 1000101 101100 0 1110 11011011 1000100 111000

Color Harmonies of #447ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447ADB

Black with #447ADB

Text Example


Text Example

White with #447ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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