Html Css Color HEX #165CFC Royal Blue

📋 copy color: '#165CFC'

red 22 ◦ green 92 ◦ blue 252

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

Shades of Royal Blue #165CFC

Tints of Royal Blue #165CFC

RGB

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

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

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

R = 6.01%
G = 25.14%
B = 68.85%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#165CFC (or 0x165CFC) is known color: Royal Blue. HEX triplet: 16, 5C and FC. RGB value is (22,92,252). Sum of RGB (Red+Green+Blue) = 22+92+252=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #165CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165CFC is #E9A303. Grayscale: #585858. Windows color (decimal): -15311620 or 16538646. OLE color: 16538646.

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

Color convert

RGB 22 92 252 -
CMYK 0.91 0.63 0 0.01
HSL 221.74º 0.97% 0.54% -
HSV(B) 221.74º 0.91% 0.99% -
XYZ 21.73 14.85 93.82 -
YUV 89.31 219.81 79.99 -
System Red Green Blue C M Y K H S L
Decimal 22 92 252 0.91 0.63 0 0.01 221.74 0.97 0.54
Hex 16 5C FC 5B 3F 0 1 DE 61 36
Octal 26 134 374 133 77 0 1 336 141 66
Binary 10110 1011100 11111100 1011011 111111 0 1 11011110 1100001 110110

Color Harmonies of #165CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165CFC

Black with #165CFC

Text Example


Text Example

White with #165CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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