Html Css Color HEX #165BFE Royal Blue

📋 copy color: '#165BFE'

red 22 ◦ green 91 ◦ blue 254

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

Shades of Royal Blue #165BFE

Tints of Royal Blue #165BFE

RGB

 RED value IS 22 (8.98% from 255) = 5.99%

 GREEN value IS 91 (35.94% from 255) = 24.8%

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

R = 5.99%
G = 24.8%
B = 69.21%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#165BFE (or 0x165BFE) is known color: Royal Blue. HEX triplet: 16, 5B and FE. RGB value is (22,91,254). Sum of RGB (Red+Green+Blue) = 22+91+254=367 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.99% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #165BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165BFE is #E9A401. Grayscale: #585858. Windows color (decimal): -15311874 or 16669462. OLE color: 16669462.

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

Color convert

RGB 22 91 254 -
CMYK 0.91 0.64 0 0.00
HSL 222.16º 0.99% 0.54% -
HSV(B) 222.16º 0.91% 1% -
XYZ 21.96 14.81 95.47 -
YUV 88.95 221.14 80.25 -
System Red Green Blue C M Y K H S L
Decimal 22 91 254 0.91 0.64 0 0.00 222.16 0.99 0.54
Hex 16 5B FE 5B 40 0 0 DE 63 36
Octal 26 133 376 133 100 0 0 336 143 66
Binary 10110 1011011 11111110 1011011 1000000 0 0 11011110 1100011 110110

Color Harmonies of #165BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165BFE

Black with #165BFE

Text Example


Text Example

White with #165BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165BFE; }

 p { color: rgb(22,91,254); }

 H1.HeaderClassName
 {
   color: #165BFE;
 }
 .AnyTagClassName
 {
   color: #165BFE;
 }
</style>

background-color css

<style>
 a { background-color: #165BFE; }

 a { background-color: rgb(22,91,254); }

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

border-color css

<style>
 span { border-color: #165BFE; }

 span { border-color: rgb(22,91,254); }

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