Html Css Color HEX #446CE1 Royal Blue

📋 copy color: '#446CE1'

red 68 ◦ green 108 ◦ blue 225

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

Shades of Royal Blue #446CE1

Tints of Royal Blue #446CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.93%

 BLUE value IS 225 (88.28% from 255) = 56.11%

R = 16.96%
G = 26.93%
B = 56.11%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#446CE1 (or 0x446CE1) is known color: Royal Blue. HEX triplet: 44, 6C and E1. RGB value is (68,108,225). Sum of RGB (Red+Green+Blue) = 68+108+225=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #446CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446CE1 is #BB931E. Grayscale: #6C6C6C. Windows color (decimal): -12292895 or 14773316. OLE color: 14773316.

HSL color Cylindrical-coordinate representation of color #446CE1: hue angle of 224.71º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #446CE1 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 108 225 -
CMYK 0.70 0.52 0 0.12
HSL 224.71º 0.72% 0.57% -
HSV(B) 224.71º 0.7% 0.88% -
XYZ 21.34 17.39 73.47 -
YUV 109.38 193.25 98.49 -
System Red Green Blue C M Y K H S L
Decimal 68 108 225 0.70 0.52 0 0.12 224.71 0.72 0.57
Hex 44 6C E1 46 34 0 C E1 48 39
Octal 104 154 341 106 64 0 14 341 110 71
Binary 1000100 1101100 11100001 1000110 110100 0 1100 11100001 1001000 111001

Color Harmonies of #446CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446CE1

Black with #446CE1

Text Example


Text Example

White with #446CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,108,225); }

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

background-color css

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

 a { background-color: rgb(68,108,225); }

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

border-color css

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

 span { border-color: rgb(68,108,225); }

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