Html Css Color HEX #165FFC Royal Blue

📋 copy color: '#165FFC'

red 22 ◦ green 95 ◦ blue 252

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

Shades of Royal Blue #165FFC

Tints of Royal Blue #165FFC

RGB

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

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

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

R = 5.96%
G = 25.75%
B = 68.29%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#165FFC (or 0x165FFC) is known color: Royal Blue. HEX triplet: 16, 5F and FC. RGB value is (22,95,252). Sum of RGB (Red+Green+Blue) = 22+95+252=369 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.96% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #165FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165FFC is #E9A003. Grayscale: #5A5A5A. Windows color (decimal): -15310852 or 16539414. OLE color: 16539414.

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

Color convert

RGB 22 95 252 -
CMYK 0.91 0.62 0 0.01
HSL 220.96º 0.97% 0.54% -
HSV(B) 220.96º 0.91% 0.99% -
XYZ 21.99 15.38 93.91 -
YUV 91.07 218.82 78.73 -
System Red Green Blue C M Y K H S L
Decimal 22 95 252 0.91 0.62 0 0.01 220.96 0.97 0.54
Hex 16 5F FC 5B 3E 0 1 DD 61 36
Octal 26 137 374 133 76 0 1 335 141 66
Binary 10110 1011111 11111100 1011011 111110 0 1 11011101 1100001 110110

Color Harmonies of #165FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165FFC

Black with #165FFC

Text Example


Text Example

White with #165FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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