Html Css Color HEX #446FFE Royal Blue

📋 copy color: '#446FFE'

red 68 ◦ green 111 ◦ blue 254

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

Shades of Royal Blue #446FFE

Tints of Royal Blue #446FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.66%

R = 15.7%
G = 25.64%
B = 58.66%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#446FFE (or 0x446FFE) is known color: Royal Blue. HEX triplet: 44, 6F and FE. RGB value is (68,111,254). Sum of RGB (Red+Green+Blue) = 68+111+254=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #446FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446FFE is #BB9001. Grayscale: #717171. Windows color (decimal): -12292098 or 16674628. OLE color: 16674628.

HSL color Cylindrical-coordinate representation of color #446FFE: hue angle of 226.13º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #446FFE is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 68 111 254 -
CMYK 0.73 0.56 0 0.00
HSL 226.13º 0.99% 0.63% -
HSV(B) 226.13º 0.73% 1% -
XYZ 25.96 19.75 96.21 -
YUV 114.45 206.75 94.87 -
System Red Green Blue C M Y K H S L
Decimal 68 111 254 0.73 0.56 0 0.00 226.13 0.99 0.63
Hex 44 6F FE 49 38 0 0 E2 63 3F
Octal 104 157 376 111 70 0 0 342 143 77
Binary 1000100 1101111 11111110 1001001 111000 0 0 11100010 1100011 111111

Color Harmonies of #446FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FFE

Black with #446FFE

Text Example


Text Example

White with #446FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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