Html Css Color HEX #447AD4 Royal Blue

📋 copy color: '#447AD4'

red 68 ◦ green 122 ◦ blue 212

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

Shades of Royal Blue #447AD4

Tints of Royal Blue #447AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 52.74%

R = 16.92%
G = 30.35%
B = 52.74%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#447AD4 (or 0x447AD4) is known color: Royal Blue. HEX triplet: 44, 7A and D4. RGB value is (68,122,212). Sum of RGB (Red+Green+Blue) = 68+122+212=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 212 (83.20% from 255 or 52.74% from 402); Max value from RGB is 212 - color contains mainly: blue. Hex color #447AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447AD4 is #BB852B. Grayscale: #737373. Windows color (decimal): -12289324 or 13924932. OLE color: 13924932.

HSL color Cylindrical-coordinate representation of color #447AD4: hue angle of 217.5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #447AD4 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 68 122 212 -
CMYK 0.68 0.42 0 0.17
HSL 217.5º 0.63% 0.55% -
HSV(B) 217.5º 0.68% 0.83% -
XYZ 21.23 19.9 65.01 -
YUV 116.11 182.11 93.68 -
System Red Green Blue C M Y K H S L
Decimal 68 122 212 0.68 0.42 0 0.17 217.5 0.63 0.55
Hex 44 7A D4 44 2A 0 11 DA 3F 37
Octal 104 172 324 104 52 0 21 332 77 67
Binary 1000100 1111010 11010100 1000100 101010 0 10001 11011010 111111 110111

Color Harmonies of #447AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447AD4

Black with #447AD4

Text Example


Text Example

White with #447AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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