Html Css Color HEX #134EFC Royal Blue

📋 copy color: '#134EFC'

red 19 ◦ green 78 ◦ blue 252

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

Shades of Royal Blue #134EFC

Tints of Royal Blue #134EFC

RGB

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

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

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

R = 5.44%
G = 22.35%
B = 72.21%

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

#134EFC (or 0x134EFC) is known color: Royal Blue. HEX triplet: 13, 4E and FC. RGB value is (19,78,252). Sum of RGB (Red+Green+Blue) = 19+78+252=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 252 (98.83% from 255 or 72.21% from 349); Max value from RGB is 252 - color contains mainly: blue. Hex color #134EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134EFC is #ECB103. Grayscale: #4F4F4F. Windows color (decimal): -15511812 or 16535059. OLE color: 16535059.

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

Color convert

RGB 19 78 252 -
CMYK 0.92 0.69 0 0.01
HSL 224.81º 0.97% 0.53% -
HSV(B) 224.81º 0.92% 0.99% -
XYZ 20.56 12.62 93.45 -
YUV 80.2 224.95 84.35 -
System Red Green Blue C M Y K H S L
Decimal 19 78 252 0.92 0.69 0 0.01 224.81 0.97 0.53
Hex 13 4E FC 5C 45 0 1 E1 61 35
Octal 23 116 374 134 105 0 1 341 141 65
Binary 10011 1001110 11111100 1011100 1000101 0 1 11100001 1100001 110101

Color Harmonies of #134EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134EFC

Black with #134EFC

Text Example


Text Example

White with #134EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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