Html Css Color HEX #134DFC Royal Blue

📋 copy color: '#134DFC'

red 19 ◦ green 77 ◦ blue 252

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

Shades of Royal Blue #134DFC

Tints of Royal Blue #134DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72.41%

R = 5.46%
G = 22.13%
B = 72.41%

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

#134DFC (or 0x134DFC) is known color: Royal Blue. HEX triplet: 13, 4D and FC. RGB value is (19,77,252). Sum of RGB (Red+Green+Blue) = 19+77+252=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 252 (98.83% from 255 or 72.41% from 348); Max value from RGB is 252 - color contains mainly: blue. Hex color #134DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134DFC is #ECB203. Grayscale: #4E4E4E. Windows color (decimal): -15512068 or 16534803. OLE color: 16534803.

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

Color convert

RGB 19 77 252 -
CMYK 0.92 0.69 0 0.01
HSL 225.06º 0.97% 0.53% -
HSV(B) 225.06º 0.92% 0.99% -
XYZ 20.49 12.47 93.42 -
YUV 79.61 225.28 84.77 -
System Red Green Blue C M Y K H S L
Decimal 19 77 252 0.92 0.69 0 0.01 225.06 0.97 0.53
Hex 13 4D FC 5C 45 0 1 E1 61 35
Octal 23 115 374 134 105 0 1 341 141 65
Binary 10011 1001101 11111100 1011100 1000101 0 1 11100001 1100001 110101

Color Harmonies of #134DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DFC

Black with #134DFC

Text Example


Text Example

White with #134DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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