Html Css Color HEX #134FFB Royal Blue

📋 copy color: '#134FFB'

red 19 ◦ green 79 ◦ blue 251

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

Shades of Royal Blue #134FFB

Tints of Royal Blue #134FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.92%

R = 5.44%
G = 22.64%
B = 71.92%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#134FFB (or 0x134FFB) is known color: Royal Blue. HEX triplet: 13, 4F and FB. RGB value is (19,79,251). Sum of RGB (Red+Green+Blue) = 19+79+251=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #134FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134FFB is #ECB004. Grayscale: #4F4F4F. Windows color (decimal): -15511557 or 16469779. OLE color: 16469779.

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

Color convert

RGB 19 79 251 -
CMYK 0.92 0.69 0 0.02
HSL 224.48º 0.97% 0.53% -
HSV(B) 224.48º 0.92% 0.98% -
XYZ 20.48 12.7 92.64 -
YUV 80.67 224.12 84.01 -
System Red Green Blue C M Y K H S L
Decimal 19 79 251 0.92 0.69 0 0.02 224.48 0.97 0.53
Hex 13 4F FB 5C 45 0 2 E0 61 35
Octal 23 117 373 134 105 0 2 340 141 65
Binary 10011 1001111 11111011 1011100 1000101 0 10 11100000 1100001 110101

Color Harmonies of #134FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134FFB

Black with #134FFB

Text Example


Text Example

White with #134FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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