Html Css Color HEX #165AFE Royal Blue

📋 copy color: '#165AFE'

red 22 ◦ green 90 ◦ blue 254

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

Shades of Royal Blue #165AFE

Tints of Royal Blue #165AFE

RGB

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

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

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

R = 6.01%
G = 24.59%
B = 69.4%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#165AFE (or 0x165AFE) is known color: Royal Blue. HEX triplet: 16, 5A and FE. RGB value is (22,90,254). Sum of RGB (Red+Green+Blue) = 22+90+254=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #165AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165AFE is #E9A501. Grayscale: #575757. Windows color (decimal): -15312130 or 16669206. OLE color: 16669206.

HSL color Cylindrical-coordinate representation of color #165AFE: hue angle of 222.41º 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 #165AFE is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 22 90 254 -
CMYK 0.91 0.65 0 0.00
HSL 222.41º 0.99% 0.54% -
HSV(B) 222.41º 0.91% 1% -
XYZ 21.88 14.64 95.44 -
YUV 88.36 221.47 80.66 -
System Red Green Blue C M Y K H S L
Decimal 22 90 254 0.91 0.65 0 0.00 222.41 0.99 0.54
Hex 16 5A FE 5B 41 0 0 DE 63 36
Octal 26 132 376 133 101 0 0 336 143 66
Binary 10110 1011010 11111110 1011011 1000001 0 0 11011110 1100011 110110

Color Harmonies of #165AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165AFE

Black with #165AFE

Text Example


Text Example

White with #165AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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