Html Css Color HEX #134FFA Royal Blue

📋 copy color: '#134FFA'

red 19 ◦ green 79 ◦ blue 250

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

Shades of Royal Blue #134FFA

Tints of Royal Blue #134FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.7%

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

R = 5.46%
G = 22.7%
B = 71.84%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#134FFA (or 0x134FFA) is known color: Royal Blue. HEX triplet: 13, 4F and FA. RGB value is (19,79,250). Sum of RGB (Red+Green+Blue) = 19+79+250=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #134FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134FFA is #ECB005. Grayscale: #4F4F4F. Windows color (decimal): -15511558 or 16404243. OLE color: 16404243.

HSL color Cylindrical-coordinate representation of color #134FFA: hue angle of 224.42º 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 #134FFA is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 79 250 -
CMYK 0.92 0.68 0 0.02
HSL 224.42º 0.96% 0.53% -
HSV(B) 224.42º 0.92% 0.98% -
XYZ 20.32 12.63 91.81 -
YUV 80.55 223.62 84.1 -
System Red Green Blue C M Y K H S L
Decimal 19 79 250 0.92 0.68 0 0.02 224.42 0.96 0.53
Hex 13 4F FA 5C 44 0 2 E0 60 35
Octal 23 117 372 134 104 0 2 340 140 65
Binary 10011 1001111 11111010 1011100 1000100 0 10 11100000 1100000 110101

Color Harmonies of #134FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134FFA

Black with #134FFA

Text Example


Text Example

White with #134FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134FFA; }

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

 H1.HeaderClassName
 {
   color: #134FFA;
 }
 .AnyTagClassName
 {
   color: #134FFA;
 }
</style>

background-color css

<style>
 a { background-color: #134FFA; }

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

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

border-color css

<style>
 span { border-color: #134FFA; }

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

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