Html Css Color HEX #446FDA Royal Blue

📋 copy color: '#446FDA'

red 68 ◦ green 111 ◦ blue 218

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

Shades of Royal Blue #446FDA

Tints of Royal Blue #446FDA

RGB

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

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

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

R = 17.13%
G = 27.96%
B = 54.91%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#446FDA (or 0x446FDA) is known color: Royal Blue. HEX triplet: 44, 6F and DA. RGB value is (68,111,218). Sum of RGB (Red+Green+Blue) = 68+111+218=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #446FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FDA is #BB9025. Grayscale: #6D6D6D. Windows color (decimal): -12292134 or 14315332. OLE color: 14315332.

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

Color convert

RGB 68 111 218 -
CMYK 0.69 0.49 0 0.15
HSL 222.8º 0.67% 0.56% -
HSV(B) 222.8º 0.69% 0.85% -
XYZ 20.72 17.66 68.65 -
YUV 110.34 188.75 97.8 -
System Red Green Blue C M Y K H S L
Decimal 68 111 218 0.69 0.49 0 0.15 222.8 0.67 0.56
Hex 44 6F DA 45 31 0 F DF 43 38
Octal 104 157 332 105 61 0 17 337 103 70
Binary 1000100 1101111 11011010 1000101 110001 0 1111 11011111 1000011 111000

Color Harmonies of #446FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FDA

Black with #446FDA

Text Example


Text Example

White with #446FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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