Html Css Color HEX #134EFB Royal Blue

📋 copy color: '#134EFB'

red 19 ◦ green 78 ◦ blue 251

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

Shades of Royal Blue #134EFB

Tints of Royal Blue #134EFB

RGB

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

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

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

R = 5.46%
G = 22.41%
B = 72.13%

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

#134EFB (or 0x134EFB) is known color: Royal Blue. HEX triplet: 13, 4E and FB. RGB value is (19,78,251). Sum of RGB (Red+Green+Blue) = 19+78+251=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #134EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134EFB is #ECB104. Grayscale: #4F4F4F. Windows color (decimal): -15511813 or 16469523. OLE color: 16469523.

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

Color convert

RGB 19 78 251 -
CMYK 0.92 0.69 0 0.02
HSL 224.74º 0.97% 0.53% -
HSV(B) 224.74º 0.92% 0.98% -
XYZ 20.41 12.55 92.61 -
YUV 80.08 224.45 84.43 -
System Red Green Blue C M Y K H S L
Decimal 19 78 251 0.92 0.69 0 0.02 224.74 0.97 0.53
Hex 13 4E FB 5C 45 0 2 E1 61 35
Octal 23 116 373 134 105 0 2 341 141 65
Binary 10011 1001110 11111011 1011100 1000101 0 10 11100001 1100001 110101

Color Harmonies of #134EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134EFB

Black with #134EFB

Text Example


Text Example

White with #134EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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