Html Css Color HEX #134DFE Royal Blue

📋 copy color: '#134DFE'

red 19 ◦ green 77 ◦ blue 254

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

Shades of Royal Blue #134DFE

Tints of Royal Blue #134DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22%

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

R = 5.43%
G = 22%
B = 72.57%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#134DFE (or 0x134DFE) is known color: Royal Blue. HEX triplet: 13, 4D and FE. RGB value is (19,77,254). Sum of RGB (Red+Green+Blue) = 19+77+254=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #134DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134DFE is #ECB201. Grayscale: #4F4F4F. Windows color (decimal): -15512066 or 16665875. OLE color: 16665875.

HSL color Cylindrical-coordinate representation of color #134DFE: hue angle of 225.19º 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 #134DFE is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 77 254 -
CMYK 0.93 0.70 0 0.00
HSL 225.19º 0.99% 0.54% -
HSV(B) 225.19º 0.93% 1% -
XYZ 20.81 12.6 95.1 -
YUV 79.84 226.28 84.61 -
System Red Green Blue C M Y K H S L
Decimal 19 77 254 0.93 0.70 0 0.00 225.19 0.99 0.54
Hex 13 4D FE 5D 46 0 0 E1 63 36
Octal 23 115 376 135 106 0 0 341 143 66
Binary 10011 1001101 11111110 1011101 1000110 0 0 11100001 1100011 110110

Color Harmonies of #134DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DFE

Black with #134DFE

Text Example


Text Example

White with #134DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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