Html Css Color HEX #134CFB Royal Blue

📋 copy color: '#134CFB'

red 19 ◦ green 76 ◦ blue 251

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

Shades of Royal Blue #134CFB

Tints of Royal Blue #134CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.97%

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

R = 5.49%
G = 21.97%
B = 72.54%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#134CFB (or 0x134CFB) is known color: Royal Blue. HEX triplet: 13, 4C and FB. RGB value is (19,76,251). Sum of RGB (Red+Green+Blue) = 19+76+251=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #134CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134CFB is #ECB304. Grayscale: #4E4E4E. Windows color (decimal): -15512325 or 16469011. OLE color: 16469011.

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

Color convert

RGB 19 76 251 -
CMYK 0.92 0.70 0 0.02
HSL 225.26º 0.97% 0.53% -
HSV(B) 225.26º 0.92% 0.98% -
XYZ 20.27 12.27 92.57 -
YUV 78.91 225.12 85.27 -
System Red Green Blue C M Y K H S L
Decimal 19 76 251 0.92 0.70 0 0.02 225.26 0.97 0.53
Hex 13 4C FB 5C 46 0 2 E1 61 35
Octal 23 114 373 134 106 0 2 341 141 65
Binary 10011 1001100 11111011 1011100 1000110 0 10 11100001 1100001 110101

Color Harmonies of #134CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CFB

Black with #134CFB

Text Example


Text Example

White with #134CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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