Html Css Color HEX #446EDA Royal Blue

📋 copy color: '#446EDA'

red 68 ◦ green 110 ◦ blue 218

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

Shades of Royal Blue #446EDA

Tints of Royal Blue #446EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.05%

R = 17.17%
G = 27.78%
B = 55.05%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#446EDA (or 0x446EDA) is known color: Royal Blue. HEX triplet: 44, 6E and DA. RGB value is (68,110,218). Sum of RGB (Red+Green+Blue) = 68+110+218=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #446EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446EDA is #BB9125. Grayscale: #6D6D6D. Windows color (decimal): -12292390 or 14315076. OLE color: 14315076.

HSL color Cylindrical-coordinate representation of color #446EDA: hue angle of 223.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #446EDA is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 110 218 -
CMYK 0.69 0.50 0 0.15
HSL 223.2º 0.67% 0.56% -
HSV(B) 223.2º 0.69% 0.85% -
XYZ 20.61 17.44 68.61 -
YUV 109.75 189.09 98.22 -
System Red Green Blue C M Y K H S L
Decimal 68 110 218 0.69 0.50 0 0.15 223.2 0.67 0.56
Hex 44 6E DA 45 32 0 F DF 43 38
Octal 104 156 332 105 62 0 17 337 103 70
Binary 1000100 1101110 11011010 1000101 110010 0 1111 11011111 1000011 111000

Color Harmonies of #446EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446EDA

Black with #446EDA

Text Example


Text Example

White with #446EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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