Html Css Color HEX #134CFD Royal Blue

📋 copy color: '#134CFD'

red 19 ◦ green 76 ◦ blue 253

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

Shades of Royal Blue #134CFD

Tints of Royal Blue #134CFD

RGB

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

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

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

R = 5.46%
G = 21.84%
B = 72.7%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#134CFD (or 0x134CFD) is known color: Royal Blue. HEX triplet: 13, 4C and FD. RGB value is (19,76,253). Sum of RGB (Red+Green+Blue) = 19+76+253=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #134CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134CFD is #ECB302. Grayscale: #4E4E4E. Windows color (decimal): -15512323 or 16600083. OLE color: 16600083.

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

Color convert

RGB 19 76 253 -
CMYK 0.92 0.70 0 0.01
HSL 225.38º 0.98% 0.53% -
HSV(B) 225.38º 0.92% 0.99% -
XYZ 20.58 12.4 94.24 -
YUV 79.14 226.12 85.11 -
System Red Green Blue C M Y K H S L
Decimal 19 76 253 0.92 0.70 0 0.01 225.38 0.98 0.53
Hex 13 4C FD 5C 46 0 1 E1 62 35
Octal 23 114 375 134 106 0 1 341 142 65
Binary 10011 1001100 11111101 1011100 1000110 0 1 11100001 1100010 110101

Color Harmonies of #134CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CFD

Black with #134CFD

Text Example


Text Example

White with #134CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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