Html Css Color HEX #1350FE Royal Blue

📋 copy color: '#1350FE'

red 19 ◦ green 80 ◦ blue 254

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

Shades of Royal Blue #1350FE

Tints of Royal Blue #1350FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

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

R = 5.38%
G = 22.66%
B = 71.95%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1350FE (or 0x1350FE) is known color: Royal Blue. HEX triplet: 13, 50 and FE. RGB value is (19,80,254). Sum of RGB (Red+Green+Blue) = 19+80+254=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #1350FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1350FE is #ECAF01. Grayscale: #505050. Windows color (decimal): -15511298 or 16666643. OLE color: 16666643.

HSL color Cylindrical-coordinate representation of color #1350FE: hue angle of 224.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1350FE is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 80 254 -
CMYK 0.93 0.69 0 0.00
HSL 224.43º 0.99% 0.54% -
HSV(B) 224.43º 0.93% 1% -
XYZ 21.03 13.03 95.17 -
YUV 81.6 225.29 83.35 -
System Red Green Blue C M Y K H S L
Decimal 19 80 254 0.93 0.69 0 0.00 224.43 0.99 0.54
Hex 13 50 FE 5D 45 0 0 E0 63 36
Octal 23 120 376 135 105 0 0 340 143 66
Binary 10011 1010000 11111110 1011101 1000101 0 0 11100000 1100011 110110

Color Harmonies of #1350FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1350FE

Black with #1350FE

Text Example


Text Example

White with #1350FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1350FE; }

 p { color: rgb(19,80,254); }

 H1.HeaderClassName
 {
   color: #1350FE;
 }
 .AnyTagClassName
 {
   color: #1350FE;
 }
</style>

background-color css

<style>
 a { background-color: #1350FE; }

 a { background-color: rgb(19,80,254); }

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

border-color css

<style>
 span { border-color: #1350FE; }

 span { border-color: rgb(19,80,254); }

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