Html Css Color HEX #165EFC Royal Blue

📋 copy color: '#165EFC'

red 22 ◦ green 94 ◦ blue 252

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

Shades of Royal Blue #165EFC

Tints of Royal Blue #165EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.54%

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

R = 5.98%
G = 25.54%
B = 68.48%

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

#165EFC (or 0x165EFC) is known color: Royal Blue. HEX triplet: 16, 5E and FC. RGB value is (22,94,252). Sum of RGB (Red+Green+Blue) = 22+94+252=368 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.98% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #165EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165EFC is #E9A103. Grayscale: #595959. Windows color (decimal): -15311108 or 16539158. OLE color: 16539158.

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

Color convert

RGB 22 94 252 -
CMYK 0.91 0.63 0 0.01
HSL 221.22º 0.97% 0.54% -
HSV(B) 221.22º 0.91% 0.99% -
XYZ 21.9 15.2 93.88 -
YUV 90.48 219.15 79.15 -
System Red Green Blue C M Y K H S L
Decimal 22 94 252 0.91 0.63 0 0.01 221.22 0.97 0.54
Hex 16 5E FC 5B 3F 0 1 DD 61 36
Octal 26 136 374 133 77 0 1 335 141 66
Binary 10110 1011110 11111100 1011011 111111 0 1 11011101 1100001 110110

Color Harmonies of #165EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165EFC

Black with #165EFC

Text Example


Text Example

White with #165EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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