Html Css Color HEX #135CFD Royal Blue

📋 copy color: '#135CFD'

red 19 ◦ green 92 ◦ blue 253

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

Shades of Royal Blue #135CFD

Tints of Royal Blue #135CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.27%

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

R = 5.22%
G = 25.27%
B = 69.51%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#135CFD (or 0x135CFD) is known color: Royal Blue. HEX triplet: 13, 5C and FD. RGB value is (19,92,253). Sum of RGB (Red+Green+Blue) = 19+92+253=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #135CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135CFD is #ECA302. Grayscale: #575757. Windows color (decimal): -15508227 or 16604179. OLE color: 16604179.

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

Color convert

RGB 19 92 253 -
CMYK 0.92 0.64 0 0.01
HSL 221.28º 0.98% 0.53% -
HSV(B) 221.28º 0.92% 0.99% -
XYZ 21.83 14.88 94.65 -
YUV 88.53 220.82 78.41 -
System Red Green Blue C M Y K H S L
Decimal 19 92 253 0.92 0.64 0 0.01 221.28 0.98 0.53
Hex 13 5C FD 5C 40 0 1 DD 62 35
Octal 23 134 375 134 100 0 1 335 142 65
Binary 10011 1011100 11111101 1011100 1000000 0 1 11011101 1100010 110101

Color Harmonies of #135CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135CFD

Black with #135CFD

Text Example


Text Example

White with #135CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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