Html Css Color HEX #446EFA Royal Blue

📋 copy color: '#446EFA'

red 68 ◦ green 110 ◦ blue 250

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

Shades of Royal Blue #446EFA

Tints of Royal Blue #446EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.41%

R = 15.89%
G = 25.7%
B = 58.41%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#446EFA (or 0x446EFA) is known color: Royal Blue. HEX triplet: 44, 6E and FA. RGB value is (68,110,250). Sum of RGB (Red+Green+Blue) = 68+110+250=428 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.89% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #446EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446EFA is #BB9105. Grayscale: #707070. Windows color (decimal): -12292358 or 16412228. OLE color: 16412228.

HSL color Cylindrical-coordinate representation of color #446EFA: hue angle of 226.15º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #446EFA is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 110 250 -
CMYK 0.73 0.56 0 0.02
HSL 226.15º 0.95% 0.62% -
HSV(B) 226.15º 0.73% 0.98% -
XYZ 25.22 19.28 92.84 -
YUV 113.4 205.09 95.62 -
System Red Green Blue C M Y K H S L
Decimal 68 110 250 0.73 0.56 0 0.02 226.15 0.95 0.62
Hex 44 6E FA 49 38 0 2 E2 5F 3E
Octal 104 156 372 111 70 0 2 342 137 76
Binary 1000100 1101110 11111010 1001001 111000 0 10 11100010 1011111 111110

Color Harmonies of #446EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446EFA

Black with #446EFA

Text Example


Text Example

White with #446EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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