Html Css Color HEX #165FFB Royal Blue

📋 copy color: '#165FFB'

red 22 ◦ green 95 ◦ blue 251

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

Shades of Royal Blue #165FFB

Tints of Royal Blue #165FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.82%

 BLUE value IS 251 (98.44% from 255) = 68.21%

R = 5.98%
G = 25.82%
B = 68.21%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#165FFB (or 0x165FFB) is known color: Royal Blue. HEX triplet: 16, 5F and FB. RGB value is (22,95,251). Sum of RGB (Red+Green+Blue) = 22+95+251=368 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.98% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #165FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165FFB is #E9A004. Grayscale: #5A5A5A. Windows color (decimal): -15310853 or 16473878. OLE color: 16473878.

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

Color convert

RGB 22 95 251 -
CMYK 0.91 0.62 0 0.02
HSL 220.87º 0.97% 0.54% -
HSV(B) 220.87º 0.91% 0.98% -
XYZ 21.84 15.32 93.07 -
YUV 90.96 218.32 78.82 -
System Red Green Blue C M Y K H S L
Decimal 22 95 251 0.91 0.62 0 0.02 220.87 0.97 0.54
Hex 16 5F FB 5B 3E 0 2 DD 61 36
Octal 26 137 373 133 76 0 2 335 141 66
Binary 10110 1011111 11111011 1011011 111110 0 10 11011101 1100001 110110

Color Harmonies of #165FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165FFB

Black with #165FFB

Text Example


Text Example

White with #165FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,95,251); }

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

background-color css

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

 a { background-color: rgb(22,95,251); }

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

border-color css

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

 span { border-color: rgb(22,95,251); }

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