Html Css Color HEX #135AFE Royal Blue

📋 copy color: '#135AFE'

red 19 ◦ green 90 ◦ blue 254

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

Shades of Royal Blue #135AFE

Tints of Royal Blue #135AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.79%

 BLUE value IS 254 (99.61% from 255) = 69.97%

R = 5.23%
G = 24.79%
B = 69.97%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#135AFE (or 0x135AFE) is known color: Royal Blue. HEX triplet: 13, 5A and FE. RGB value is (19,90,254). Sum of RGB (Red+Green+Blue) = 19+90+254=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #135AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135AFE is #ECA501. Grayscale: #565656. Windows color (decimal): -15508738 or 16669203. OLE color: 16669203.

HSL color Cylindrical-coordinate representation of color #135AFE: hue angle of 221.87º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #135AFE is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 90 254 -
CMYK 0.93 0.65 0 0.00
HSL 221.87º 0.99% 0.54% -
HSV(B) 221.87º 0.93% 1% -
XYZ 21.81 14.61 95.44 -
YUV 87.47 221.98 79.16 -
System Red Green Blue C M Y K H S L
Decimal 19 90 254 0.93 0.65 0 0.00 221.87 0.99 0.54
Hex 13 5A FE 5D 41 0 0 DE 63 36
Octal 23 132 376 135 101 0 0 336 143 66
Binary 10011 1011010 11111110 1011101 1000001 0 0 11011110 1100011 110110

Color Harmonies of #135AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135AFE

Black with #135AFE

Text Example


Text Example

White with #135AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,90,254); }

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

background-color css

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

 a { background-color: rgb(19,90,254); }

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

border-color css

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

 span { border-color: rgb(19,90,254); }

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