Html Css Color HEX #134EFD Royal Blue

📋 copy color: '#134EFD'

red 19 ◦ green 78 ◦ blue 253

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

Shades of Royal Blue #134EFD

Tints of Royal Blue #134EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.29%

 BLUE value IS 253 (99.22% from 255) = 72.29%

R = 5.43%
G = 22.29%
B = 72.29%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#134EFD (or 0x134EFD) is known color: Royal Blue. HEX triplet: 13, 4E and FD. RGB value is (19,78,253). Sum of RGB (Red+Green+Blue) = 19+78+253=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 253 (99.22% from 255 or 72.29% from 350); Max value from RGB is 253 - color contains mainly: blue. Hex color #134EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134EFD is #ECB102. Grayscale: #4F4F4F. Windows color (decimal): -15511811 or 16600595. OLE color: 16600595.

HSL color Cylindrical-coordinate representation of color #134EFD: hue angle of 224.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134EFD is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 78 253 -
CMYK 0.92 0.69 0 0.01
HSL 224.87º 0.98% 0.53% -
HSV(B) 224.87º 0.92% 0.99% -
XYZ 20.72 12.68 94.28 -
YUV 80.31 225.45 84.27 -
System Red Green Blue C M Y K H S L
Decimal 19 78 253 0.92 0.69 0 0.01 224.87 0.98 0.53
Hex 13 4E FD 5C 45 0 1 E1 62 35
Octal 23 116 375 134 105 0 1 341 142 65
Binary 10011 1001110 11111101 1011100 1000101 0 1 11100001 1100010 110101

Color Harmonies of #134EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134EFD

Black with #134EFD

Text Example


Text Example

White with #134EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,78,253); }

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

background-color css

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

 a { background-color: rgb(19,78,253); }

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

border-color css

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

 span { border-color: rgb(19,78,253); }

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