Html Css Color HEX #165AFC Royal Blue

📋 copy color: '#165AFC'

red 22 ◦ green 90 ◦ blue 252

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

Shades of Royal Blue #165AFC

Tints of Royal Blue #165AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 69.23%

R = 6.04%
G = 24.73%
B = 69.23%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#165AFC (or 0x165AFC) is known color: Royal Blue. HEX triplet: 16, 5A and FC. RGB value is (22,90,252). Sum of RGB (Red+Green+Blue) = 22+90+252=364 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.04% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #165AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165AFC is #E9A503. Grayscale: #575757. Windows color (decimal): -15312132 or 16538134. OLE color: 16538134.

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

Color convert

RGB 22 90 252 -
CMYK 0.91 0.64 0 0.01
HSL 222.26º 0.97% 0.54% -
HSV(B) 222.26º 0.91% 0.99% -
XYZ 21.56 14.51 93.76 -
YUV 88.14 220.47 80.83 -
System Red Green Blue C M Y K H S L
Decimal 22 90 252 0.91 0.64 0 0.01 222.26 0.97 0.54
Hex 16 5A FC 5B 40 0 1 DE 61 36
Octal 26 132 374 133 100 0 1 336 141 66
Binary 10110 1011010 11111100 1011011 1000000 0 1 11011110 1100001 110110

Color Harmonies of #165AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165AFC

Black with #165AFC

Text Example


Text Example

White with #165AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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