Html Css Color HEX #165DFA Royal Blue

📋 copy color: '#165DFA'

red 22 ◦ green 93 ◦ blue 250

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

Shades of Royal Blue #165DFA

Tints of Royal Blue #165DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.48%

 BLUE value IS 250 (98.05% from 255) = 68.49%

R = 6.03%
G = 25.48%
B = 68.49%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#165DFA (or 0x165DFA) is known color: Royal Blue. HEX triplet: 16, 5D and FA. RGB value is (22,93,250). Sum of RGB (Red+Green+Blue) = 22+93+250=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #165DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165DFA is #E9A205. Grayscale: #585858. Windows color (decimal): -15311366 or 16407830. OLE color: 16407830.

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

Color convert

RGB 22 93 250 -
CMYK 0.91 0.63 0 0.02
HSL 221.32º 0.96% 0.53% -
HSV(B) 221.32º 0.91% 0.98% -
XYZ 21.5 14.9 92.19 -
YUV 89.67 218.48 79.73 -
System Red Green Blue C M Y K H S L
Decimal 22 93 250 0.91 0.63 0 0.02 221.32 0.96 0.53
Hex 16 5D FA 5B 3F 0 2 DD 60 35
Octal 26 135 372 133 77 0 2 335 140 65
Binary 10110 1011101 11111010 1011011 111111 0 10 11011101 1100000 110101

Color Harmonies of #165DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165DFA

Black with #165DFA

Text Example


Text Example

White with #165DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,93,250); }

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

background-color css

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

 a { background-color: rgb(22,93,250); }

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

border-color css

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

 span { border-color: rgb(22,93,250); }

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