Html Css Color HEX #1649F4 Royal Blue

📋 copy color: '#1649F4'

red 22 ◦ green 73 ◦ blue 244

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

Shades of Royal Blue #1649F4

Tints of Royal Blue #1649F4

RGB

 RED value IS 22 (8.98% from 255) = 6.49%

 GREEN value IS 73 (28.91% from 255) = 21.53%

 BLUE value IS 244 (95.7% from 255) = 71.98%

R = 6.49%
G = 21.53%
B = 71.98%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1649F4 (or 0x1649F4) is known color: Royal Blue. HEX triplet: 16, 49 and F4. RGB value is (22,73,244). Sum of RGB (Red+Green+Blue) = 22+73+244=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 244 (95.70% from 255 or 71.98% from 339); Max value from RGB is 244 - color contains mainly: blue. Hex color #1649F4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1649F4 is #E9B60B. Grayscale: #4C4C4C. Windows color (decimal): -15316492 or 16009494. OLE color: 16009494.

HSL color Cylindrical-coordinate representation of color #1649F4: hue angle of 226.22º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1649F4 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 22 73 244 -
CMYK 0.91 0.70 0 0.04
HSL 226.22º 0.91% 0.52% -
HSV(B) 226.22º 0.91% 0.96% -
XYZ 19.04 11.47 86.8 -
YUV 77.25 222.1 88.6 -
System Red Green Blue C M Y K H S L
Decimal 22 73 244 0.91 0.70 0 0.04 226.22 0.91 0.52
Hex 16 49 F4 5B 46 0 4 E2 5B 34
Octal 26 111 364 133 106 0 4 342 133 64
Binary 10110 1001001 11110100 1011011 1000110 0 100 11100010 1011011 110100

Color Harmonies of #1649F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1649F4

Black with #1649F4

Text Example


Text Example

White with #1649F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1649F4; }

 p { color: rgb(22,73,244); }

 H1.HeaderClassName
 {
   color: #1649F4;
 }
 .AnyTagClassName
 {
   color: #1649F4;
 }
</style>

background-color css

<style>
 a { background-color: #1649F4; }

 a { background-color: rgb(22,73,244); }

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

border-color css

<style>
 span { border-color: #1649F4; }

 span { border-color: rgb(22,73,244); }

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