Html Css Color HEX #1349FA Royal Blue

📋 copy color: '#1349FA'

red 19 ◦ green 73 ◦ blue 250

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

Shades of Royal Blue #1349FA

Tints of Royal Blue #1349FA

RGB

 RED value IS 19 (7.81% from 255) = 5.56%

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

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

R = 5.56%
G = 21.35%
B = 73.1%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1349FA (or 0x1349FA) is known color: Royal Blue. HEX triplet: 13, 49 and FA. RGB value is (19,73,250). Sum of RGB (Red+Green+Blue) = 19+73+250=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #1349FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1349FA is #ECB605. Grayscale: #4C4C4C. Windows color (decimal): -15513094 or 16402707. OLE color: 16402707.

HSL color Cylindrical-coordinate representation of color #1349FA: hue angle of 225.97º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1349FA is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 73 250 -
CMYK 0.92 0.71 0 0.02
HSL 225.97º 0.96% 0.53% -
HSV(B) 225.97º 0.92% 0.98% -
XYZ 19.91 11.81 91.67 -
YUV 77.03 225.61 86.61 -
System Red Green Blue C M Y K H S L
Decimal 19 73 250 0.92 0.71 0 0.02 225.97 0.96 0.53
Hex 13 49 FA 5C 47 0 2 E2 60 35
Octal 23 111 372 134 107 0 2 342 140 65
Binary 10011 1001001 11111010 1011100 1000111 0 10 11100010 1100000 110101

Color Harmonies of #1349FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1349FA

Black with #1349FA

Text Example


Text Example

White with #1349FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1349FA; }

 p { color: rgb(19,73,250); }

 H1.HeaderClassName
 {
   color: #1349FA;
 }
 .AnyTagClassName
 {
   color: #1349FA;
 }
</style>

background-color css

<style>
 a { background-color: #1349FA; }

 a { background-color: rgb(19,73,250); }

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

border-color css

<style>
 span { border-color: #1349FA; }

 span { border-color: rgb(19,73,250); }

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